Explorar o código

apt_preferences(5): Correct default pin assignment documentation

This was broken, as higher pins were also assigned to versions
that are installed.

Closes: #623706
Julian Andres Klode %!s(int64=11) %!d(string=hai) anos
pai
achega
1bdfd2c9de
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      doc/apt_preferences.5.xml

+ 2 - 2
doc/apt_preferences.5.xml

@@ -115,12 +115,12 @@ from archives which in their <filename>Release</filename> files are marked as "N
 
 
 <varlistentry>
 <varlistentry>
 <term>priority 500</term>
 <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>
 
 
 <varlistentry>
 <varlistentry>
 <term>priority 990</term>
 <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>
 </varlistentry>
 </variablelist>
 </variablelist>
 </para>
 </para>