diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2021-01-08 22:13:15 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2021-01-08 22:17:12 +0100 |
commit | 580880b051492fb1e47bcb4eaaacec3a2807d140 (patch) | |
tree | 51144b8ebf92122584edd0c46dda3fd210573cfb /doc | |
parent | cf2a4ba58c628d15fb308e9a12212e0f11eb27ed (diff) |
Fixup manual page docbook syntax
No idea why we don't have manual page syntax check (what prepare-release
post-build does) in CI. Should fix that eventually.
Gbp-Dch: ignore
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-patterns.7.xml | 8 | ||||
-rw-r--r-- | doc/apt_preferences.5.xml | 6 |
2 files changed, 8 insertions, 6 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> diff --git a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml index 23f2d2d6b..283533b47 100644 --- a/doc/apt_preferences.5.xml +++ b/doc/apt_preferences.5.xml @@ -13,7 +13,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2020-01-17T00:00:00Z</date> + <date>2021-01-08T00:00:00Z</date> </refentryinfo> <refmeta> @@ -102,8 +102,10 @@ algorithm to set the priorities of the versions of a package. Assign: <term>priority 1</term> <listitem><simpara>to the versions coming from archives which in their <filename>Release</filename> files are marked as "NotAutomatic: yes" but <emphasis>not</emphasis> as "ButAutomaticUpgrades: yes" -like the Debian <literal>experimental</literal> archive.</simpara></listitem>, +like the Debian <literal>experimental</literal> archive, as well as versions that are not phased on this systems. +</simpara> +</listitem> </varlistentry> <varlistentry> |