diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-01-28 21:46:10 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-03 12:55:54 +0100 |
commit | 8d4967d3a187dd66cf14b070a9db63f8ea21b21f (patch) | |
tree | 12b7f35d7ec901dc9feeb5cc3c060432c5a65bf9 /doc/apt-patterns.7.xml | |
parent | fd43b1694f1382a3a47f5dc546ebe3d39fcd6e7d (diff) |
patterns: Implement unary !
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 f18fe6a19..72f1ccbce 100644 --- a/doc/apt-patterns.7.xml +++ b/doc/apt-patterns.7.xml @@ -49,7 +49,7 @@ <varlistentry><term><code>?false</code></term><term><code>~F</code></term> <listitem><para>Selects nothing.</para></listitem> </varlistentry> - <varlistentry><term><code>?not(PATTERN)</code></term> + <varlistentry><term><code>?not(PATTERN)</code></term><term><code>!PATTERN</code></term> <listitem><para>Selects objects where PATTERN does not match.</para></listitem> </varlistentry> <varlistentry><term><code>?or(PATTERN, PATTERN, ...)</code></term> |