diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2023-01-13 12:29:13 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2023-01-13 12:29:13 +0100 |
commit | 9a29ea6f6d0f9115044c0ccddde3dc6454d483da (patch) | |
tree | d48fe4e20c34e30259c8d2ef4af9c45ff81efbc5 | |
parent | 73f7408f6d164e595fb2e3a3df856a8f8168fcb9 (diff) |
apt-patterns(7): Grouping with () and or using | are supported
They have been since 1.9.9, lol
-rw-r--r-- | doc/apt-patterns.7.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml index 9ed8aa835..9d4f0a94e 100644 --- a/doc/apt-patterns.7.xml +++ b/doc/apt-patterns.7.xml @@ -236,10 +236,6 @@ if you do not type the <code>~</code>, it would require the package name to contain <code>poptional</code>.</para> </listitem> <listitem> - <para>Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</code> as <code>A|B</code> are not supported. We - do not believe that the use of <code>|</code> is that common, and the grouping is not necessary without it.</para> - </listitem> - <listitem> <para>Dependency types for ~D and related operators need to be specified in the canonical case.</para> </listitem> </itemizedlist> |