diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 04:40:48 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 04:40:48 +0200 |
commit | 2b9b27c395d75a0c06e7eca65746e5567e459dac (patch) | |
tree | 1924767c38949beb45a7ca61cd208e02579b5e7c /doc/apt-key.8.xml | |
parent | 527df5a20dbe8ce98fcbf1ffe28bb37ff2257a97 (diff) |
in <term> mark all options with <option> and mark <term><option>
as untranslated for po4a removing ~200 unless "translateable" strings
Diffstat (limited to 'doc/apt-key.8.xml')
-rw-r--r-- | doc/apt-key.8.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/apt-key.8.xml b/doc/apt-key.8.xml index a45ad8cd3..e5c8d5a2d 100644 --- a/doc/apt-key.8.xml +++ b/doc/apt-key.8.xml @@ -37,7 +37,7 @@ <refsect1><title>Commands</title> <variablelist> - <varlistentry><term>add &synopsis-param-filename;</term> + <varlistentry><term><option>add</option> <option>&synopsis-param-filename;</option></term> <listitem> <para> Add a new key to the list of trusted keys. @@ -49,7 +49,7 @@ </listitem> </varlistentry> - <varlistentry><term>del &synopsis-param-keyid;</term> + <varlistentry><term><option>del</option> <option>&synopsis-param-keyid;</option></term> <listitem> <para> @@ -60,7 +60,7 @@ </listitem> </varlistentry> - <varlistentry><term>export &synopsis-param-keyid;</term> + <varlistentry><term><option>export</option> <option>&synopsis-param-keyid;</option></term> <listitem> <para> @@ -71,7 +71,7 @@ </listitem> </varlistentry> - <varlistentry><term>exportall</term> + <varlistentry><term><option>exportall</option></term> <listitem> <para> @@ -82,7 +82,7 @@ </listitem> </varlistentry> - <varlistentry><term>list</term> + <varlistentry><term><option>list</option></term> <listitem> <para> @@ -93,7 +93,7 @@ </listitem> </varlistentry> - <varlistentry><term>finger</term> + <varlistentry><term><option>finger</option></term> <listitem> <para> @@ -104,7 +104,7 @@ </listitem> </varlistentry> - <varlistentry><term>adv</term> + <varlistentry><term><option>adv</option></term> <listitem> <para> @@ -116,7 +116,7 @@ </listitem> </varlistentry> - <varlistentry><term>update</term> + <varlistentry><term><option>update</option></term> <listitem> <para> @@ -130,7 +130,7 @@ </listitem> </varlistentry> - <varlistentry><term>net-update</term> + <varlistentry><term><option>net-update</option></term> <listitem> <para> @@ -153,7 +153,7 @@ <refsect1><title>Options</title> <para>Note that options need to be defined before the commands described in the previous section.</para> <variablelist> - <varlistentry><term>--keyring &synopsis-param-filename;</term> + <varlistentry><term><option>--keyring</option> <option>&synopsis-param-filename;</option></term> <listitem><para>With this option it is possible to specify a specific keyring file the command should operate on. The default is that a command is executed on the <filename>trusted.gpg</filename> file as well as on all parts in the |