]> git.saurik.com Git - apt.git/commitdiff
apt_preferences(5): Correct default pin assignment documentation
authorJulian Andres Klode <jak@debian.org>
Fri, 14 Aug 2015 15:22:30 +0000 (17:22 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 14 Aug 2015 15:22:30 +0000 (17:22 +0200)
This was broken, as higher pins were also assigned to versions
that are installed.

Closes: #623706
doc/apt_preferences.5.xml

index 28b795d430abadfa0bf8d4490d32610afce5236c..cad57f6b8e1a84aea90d1f4b49c5923f72d663ef 100644 (file)
@@ -115,12 +115,12 @@ from archives which in their <filename>Release</filename> files are marked as "N
 
 <varlistentry>
 <term>priority 500</term>
-<listitem><simpara>to the versions that are not installed and do not belong to the target release.</simpara></listitem>
+<listitem><simpara>to the versions that do not belong to the target release.</simpara></listitem>
 </varlistentry>
 
 <varlistentry>
 <term>priority 990</term>
-<listitem><simpara>to the versions that are not installed and belong to the target release.</simpara></listitem>
+<listitem><simpara>to the versions that belong to the target release.</simpara></listitem>
 </varlistentry>
 </variablelist>
 </para>