From 5629863464d16497c87fd6e78c2f5dac62978448 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:03:07 +0000 Subject: * 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) --- doc/apt_preferences.5.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') 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 apt-get 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. 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> -- cgit v1.2.3