X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/1bdfd2c9de1126522fee08007908a05af32ee8b1..bc7a59dded57338e9b5e523726b246dbdd4e0935:/doc/apt_preferences.5.xml
diff --git a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml
index cad57f6b8..79132e007 100644
--- a/doc/apt_preferences.5.xml
+++ b/doc/apt_preferences.5.xml
@@ -123,6 +123,9 @@ from archives which in their Release files are marked as "N
to the versions that belong to the target release.
+
+The highest of those priorities whose description matches the version is assigned to the
+version.
If the target release has not been specified then APT simply assigns
@@ -251,6 +254,11 @@ Pin-Priority: 500
+
+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.