diff options
Diffstat (limited to 'doc/apt-patterns.7.xml')
-rw-r--r-- | doc/apt-patterns.7.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml index 0d2e79f88..be1f80b33 100644 --- a/doc/apt-patterns.7.xml +++ b/doc/apt-patterns.7.xml @@ -13,7 +13,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2020-02-04T00:00:00Z</date> + <date>2021-01-08T00:00:00Z</date> </refentryinfo> <refmeta> @@ -168,10 +168,10 @@ <listitem><para>Selects versions depending/pre-depending/suggesting/conflicting/etc on/with/ packages matching PATTERN.</para></listitem> </varlistentry> <varlistentry> - <term><code>?reverse-<emphasis>depType</emphasis>(PATTERN)</code></term> - <term><code>~R<emphasis>DepType</emphasis>:PATTERN</code></term> + <term><code>?reverse-<replaceable>depType</replaceable>(PATTERN)</code></term> + <term><code>~R<replaceable>DepType</replaceable>:PATTERN</code></term> <listitem><para>Opposite of <code>?depends</code> and friends - selects all packages that have reverse-dependencies (versions) matching PATTERN.</para> - <para><emphasis>depType</emphasis> is one of the dependency types such as <code>depends</code>, so that we don't have to repeat the entire list from the first paragraph here.</para> + <para><replaceable>depType</replaceable> is one of the dependency types such as <code>depends</code>, so that we don't have to repeat the entire list from the first paragraph here.</para> </listitem> </varlistentry> |