diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-11-26 12:01:42 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-11-26 12:01:42 +0100 |
commit | a93b4443c18ee211691f7b336b161fea7d1df699 (patch) | |
tree | edfa02e104ff9f55948de510f2caf6f7f1665bfe /doc | |
parent | 96f795bce665a1907b885bd2d57d6ab22b0a4199 (diff) |
patterns: Add ?section
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 04f97e878..219d2c209 100644 --- a/doc/apt-patterns.7.xml +++ b/doc/apt-patterns.7.xml @@ -135,6 +135,9 @@ <varlistentry><term><code>?origin(REGEX)</code></term> <listitem><para>Selects versions that come from the origin that matches the specified regular expression. Origin, here, means the values after <code>o=</code> in <command>apt-cache policy</command>.</para></listitem> </varlistentry> + <varlistentry><term><code>?section(REGEX)</code></term> + <listitem><para>Selects versions where the section matches the specified regular expression.</para></listitem> + </varlistentry> <varlistentry><term><code>?source-package(REGEX)</code></term> <listitem><para>Selects versions where the source package name matches the specified regular expression.</para></listitem> </varlistentry> |