summaryrefslogtreecommitdiff
path: root/doc/apt-patterns.7.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apt-patterns.7.xml')
-rw-r--r--doc/apt-patterns.7.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml
index 84063a092..168ba3c59 100644
--- a/doc/apt-patterns.7.xml
+++ b/doc/apt-patterns.7.xml
@@ -76,7 +76,7 @@
<para>For example, while <code>?and(?version(1),?version(2))</code> matches a package which has one version containing 1 and one version containing 2, <code>?any-version(?and(?version(1),?version(2)))</code> restricts the <code>?and</code> to act on the same version.</para></listitem>
</varlistentry>
<varlistentry><term><code>?narrow(PATTERN...)</code></term>
- <listitem><para>Selects any version matching all PATTERNs, short for<code>?any-version(?and(PATTERN...))</code>.</para></listitem>
+ <listitem><para>Selects any version matching all PATTERNs, short for <code>?any-version(?and(PATTERN...))</code>.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
@@ -148,7 +148,7 @@
<listitem><para>Selects versions where the source package version matches the specified regular expression.</para></listitem>
</varlistentry>
<varlistentry><term><code>?version(REGEX)</code></term><term><code>~VREGEX</code></term>
- <listitem><para>Selects versions where the version string matching the specified regular expression.</para></listitem>
+ <listitem><para>Selects versions where the version string matches the specified regular expression.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>