diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:07 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:07 +0000 |
commit | 5629863464d16497c87fd6e78c2f5dac62978448 (patch) | |
tree | 7b65e1d785ae0394e2d2efa89db8febc5db47385 /doc | |
parent | 47337f807e3feb6227ad172940520b303ec82241 (diff) |
* Correct the section in apt_preferences(5) on interpre...
Author: mdz
Date: 2003-08-12 00:17:37 GMT
* Correct the section in apt_preferences(5) on interpreting priorities
to show that zero is not a valid priority, and print a warning if such
a pin is encountered in the preferences file (Closes: #204971)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt_preferences.5.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/apt_preferences.5.sgml b/doc/apt_preferences.5.sgml index 7fa2afdf2..5496bc62d 100644 --- a/doc/apt_preferences.5.sgml +++ b/doc/apt_preferences.5.sgml @@ -44,7 +44,8 @@ Several instances of the same version of a package may be available when the &sources-list; file contains references to more than one source. In this case <command>apt-get</command> downloads the instance listed earliest in the &sources-list; file. -The APT preferences file does not affect the choice of instance. +The APT preferences file does not affect the choice of instance, only +the choice of version. </para> <RefSect2><Title>APT's Default Priority Assignments</> @@ -248,7 +249,7 @@ or the installed version is more recent</simpara></listitem> unless there is a version available belonging to some other distribution or the installed version is more recent</simpara></listitem> <varlistentry> -<term>0 <= P <=100</term> +<term>0 < P <=100</term> <listitem><simpara>causes a version to be installed only if there is no installed version of the package</simpara></listitem> </varlistentry> |