diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-04-20 17:42:06 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-04-20 17:42:06 +0200 |
commit | 1c62ab240a76122afb95c6df7de19ec5ba5cee1a (patch) | |
tree | 91a6af73d37b55d6eb661d564770d2931dc86467 /doc | |
parent | c03462c6fed27e26b2bab4b3b34589fa8bf464f8 (diff) |
* apt-pkg/policy.cc:
- allow multiple packages (thanks to David Foerster)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt_preferences.5.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml index 3e50bef8c..175339f5a 100644 --- a/doc/apt_preferences.5.xml +++ b/doc/apt_preferences.5.xml @@ -143,10 +143,11 @@ separated by blank lines. Records can have one of two forms, a specific form and a general form. <itemizedlist> <listitem> -<simpara>The specific form assigns a priority (a "Pin-Priority") to a -specified package and specified version or version range. For example, +<simpara>The specific form assigns a priority (a "Pin-Priority") to one or more +specified packages and specified version or version range. For example, the following record assigns a high priority to all versions of -the <filename>perl</filename> package whose version number begins with "<literal>5.8</literal>".</simpara> +the <filename>perl</filename> package whose version number begins with "<literal>5.8</literal>". +Multiple packages can be separated by spaces.</simpara> <programlisting> Package: perl |