diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-01-28 22:38:46 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-03 12:55:54 +0100 |
commit | 250119362e44599aad7e75462fa4298ad1ab1ad9 (patch) | |
tree | 8dc35269b74db8d099d8638866c404fc7c00d0bb /doc/apt-patterns.7.xml | |
parent | ebe5f39bfbb64921d5d31e0a6e49287356a5e6e2 (diff) |
patterns: Parse sequence of patterns as ?and
Diffstat (limited to 'doc/apt-patterns.7.xml')
-rw-r--r-- | doc/apt-patterns.7.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml index 72f1ccbce..3de9b00fc 100644 --- a/doc/apt-patterns.7.xml +++ b/doc/apt-patterns.7.xml @@ -43,7 +43,7 @@ patterns. </para> <variablelist> - <varlistentry><term><code>?and(PATTERN, PATTERN, ...)</code></term> + <varlistentry><term><code>?and(PATTERN, PATTERN, ...)</code></term><term><code>PATTERN PATTERN ...</code></term> <listitem><para>Selects objects where all specified patterns match.</para></listitem> </varlistentry> <varlistentry><term><code>?false</code></term><term><code>~F</code></term> |