summaryrefslogtreecommitdiff
path: root/doc/apt-patterns.7.xml
diff options
context:
space:
mode:
authorChris Leick <c.leick@vollbio.de>2020-04-05 21:24:28 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2020-04-05 21:33:08 +0200
commit6164ce5c0564e28e69dc62f4c6b3924e4569431f (patch)
treefa85b594060f3ef04e9e54643acd4a90e20536a5 /doc/apt-patterns.7.xml
parentc7bf2777354d5beb90d329d3dead793efa945115 (diff)
Fix "string match{ing,es}" and whitespace typo in apt-patterns(7)
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>