]> git.saurik.com Git - apt.git/commitdiff
Document the general effect of the comma operator
authorJulian Andres Klode <jak@debian.org>
Sat, 15 Aug 2015 13:33:40 +0000 (15:33 +0200)
committerJulian Andres Klode <jak@debian.org>
Sat, 15 Aug 2015 13:33:40 +0000 (15:33 +0200)
Closes: #574939
doc/apt_preferences.5.xml

index be6f12f6abdb0f3f4604cc95e19da5db2fb80861..79132e007088de0f7c1a5f37a2d951c16005c49a 100644 (file)
@@ -254,6 +254,11 @@ Pin-Priority: 500
 </programlisting>
 </listitem>
 </itemizedlist>
+
+The effect of the comma operator is similar to an "and" in logic: All
+conditions must be satisfied for the pin to match. There is one exception:
+For any type of condition (such as two "a" conditions), only the last such
+condition is checked.
 </para>
 
 </refsect2>