diff options
author | Julian Andres Klode <jak@debian.org> | 2015-08-14 14:42:08 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-08-14 14:42:08 +0200 |
commit | 2e38192cec76b3b98fe8aeb5a9a1e0fa3573d3a4 (patch) | |
tree | df62ab1e370ff6b20d6114924871be9074923a0c /doc | |
parent | adfa4116e7176b71d215dc0d03465331750d9dfa (diff) |
Mention that source order only matter per version
Closes: #617445
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sources.list.5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 3bc8a94ac..e27eddb0e 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -36,7 +36,7 @@ designed to support any number of active sources and a variety of source media. The files list one source per line (one line style) or contain multiline stanzas defining one or more sources per stanza (deb822 style), with the - most preferred source listed first. The information available from the + most preferred source listed first (in case a single version is available from more than one source). The information available from the configured sources is acquired by <command>apt-get update</command> (or by an equivalent command from another APT front-end). </para> |