diff options
author | Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> | 2021-09-07 20:30:21 +0200 |
---|---|---|
committer | Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> | 2021-10-04 23:39:04 +0200 |
commit | cdfae5a9624e7283d372fce261efd018841d21cb (patch) | |
tree | 1a57b62b77f732b818888e88e99b379b421656f1 /doc | |
parent | f3885ecec2d8ef1a35495d6c6b979d25d3da6d5c (diff) |
add pattern to select packages by priority (closes: #989558)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-patterns.7.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml index 4f31b5d27..817ba9fa9 100644 --- a/doc/apt-patterns.7.xml +++ b/doc/apt-patterns.7.xml @@ -150,6 +150,9 @@ <varlistentry><term><code>?version(REGEX)</code></term><term><code>~VREGEX</code></term> <listitem><para>Selects versions where the version string matches the specified regular expression.</para></listitem> </varlistentry> + <varlistentry><term><code>?priority(NAME)</code></term><term><code>~pNAME</code></term> + <listitem><para>Selects versions where the Priority string equals the given name.</para></listitem> + </varlistentry> </variablelist> </refsect1> |