summaryrefslogtreecommitdiff
path: root/doc/apt_preferences.5.xml
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-08-30 13:06:33 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-08-30 13:06:33 +0200
commit5e594b30db8bfa9abfb683e6acdf2875a1708a04 (patch)
treecb9ac59610abcac8d7aa10167d721171337592c6 /doc/apt_preferences.5.xml
parent9a0bcbdba99a6e03c37f269d2247a7317288ec76 (diff)
* doc/apt_preferences.5.xml:
- use the correct interval (x <= P < y) for pin value documentation as these are the intervals used by the code (Closes: #685989)
Diffstat (limited to 'doc/apt_preferences.5.xml')
-rw-r--r--doc/apt_preferences.5.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml
index 063ea0c65..f56958fcc 100644
--- a/doc/apt_preferences.5.xml
+++ b/doc/apt_preferences.5.xml
@@ -312,30 +312,30 @@ or negative integers. They are interpreted as follows (roughly speaking):
<variablelist>
<varlistentry>
-<term>P &gt; 1000</term>
+<term>P &gt;= 1000</term>
<listitem><simpara>causes a version to be installed even if this
constitutes a downgrade of the package</simpara></listitem>
</varlistentry>
<varlistentry>
-<term>990 &lt; P &lt;=1000</term>
+<term>990 &lt;= P &lt; 1000</term>
<listitem><simpara>causes a version to be installed
even if it does not come from the target release,
unless the installed version is more recent</simpara></listitem>
</varlistentry>
<varlistentry>
-<term>500 &lt; P &lt;=990</term>
+<term>500 &lt;= P &lt; 990</term>
<listitem><simpara>causes a version to be installed
unless there is a version available belonging to the target release
or the installed version is more recent</simpara></listitem>
</varlistentry>
<varlistentry>
-<term>100 &lt; P &lt;=500</term>
+<term>100 &lt;= P &lt; 500</term>
<listitem><simpara>causes a version to be installed
unless there is a version available belonging to some other
distribution or the installed version is more recent</simpara></listitem>
</varlistentry>
<varlistentry>
-<term>0 &lt; P &lt;=100</term>
+<term>0 &lt; P &lt; 100</term>
<listitem><simpara>causes a version to be installed
only if there is no installed version of the package</simpara></listitem>
</varlistentry>