1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-28 21:50:02 +02:00

* gpg.sgml: Some minor language cleanup.

This commit is contained in:
David Shaw 2002-09-20 12:58:26 +00:00
parent 4948f99eb4
commit 10e83fb88c
2 changed files with 21 additions and 17 deletions

View File

@ -1,3 +1,7 @@
2002-09-20 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Some minor language cleanup.
2002-09-20 Werner Koch <wk@gnupg.org> 2002-09-20 Werner Koch <wk@gnupg.org>
* DETAILS: s/XORed/ORed/. * DETAILS: s/XORed/ORed/.

View File

@ -311,10 +311,10 @@ non-exportable.</para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>revsig</term> <term>revsig</term>
<listitem><para> <listitem><para>
Revoke a signature. GnuPG asks for every Revoke a signature. For every signature which has been generated by
signature which has been done by one of one of the secret keys, GnuPG asks whether a revocation certificate
the secret keys, whether a revocation should be generated.
certificate should be generated.</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>trust</term> <term>trust</term>
<listitem><para> <listitem><para>
@ -360,10 +360,10 @@ Revoke a subkey.</para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>expire</term> <term>expire</term>
<listitem><para> <listitem><para>
Change the key expiration time. If a key is Change the key expiration time. If a subkey is selected, the
selected, the time of this key will be changed. expiration time of this subkey will be changed. With no selection,
With no selection the key expiration of the the key expiration of the primary key is changed.
primary key is changed.</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>passwd</term> <term>passwd</term>
<listitem><para> <listitem><para>
@ -649,9 +649,9 @@ values will be overwritten.
<varlistentry> <varlistentry>
<term>--rebuild-keydb-caches</term> <term>--rebuild-keydb-caches</term>
<listitem><para> <listitem><para>
When updateing form version 1.0.6 to 1.0.7 this command should be used When updating from version 1.0.6 to 1.0.7 this command should be used
to create signature caches in the keyring. It might be handy in to create signature caches in the keyring. It might be handy in other
other situations too. situations too.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
@ -1267,10 +1267,10 @@ Using this option will also prevent the creation of a
<varlistentry> <varlistentry>
<term>--load-extension &ParmName;</term> <term>--load-extension &ParmName;</term>
<listitem><para> <listitem><para>
Load an extension module. If &ParmName; does not Load an extension module. If &ParmName; does not contain a slash it is
contain a slash it is searched in "/usr/local/lib/gnupg" searched for in the directory configured when GnuPG was built
Extension are in gernal not useful anymore; the use of this (generally "/usr/local/lib/gnupg"). Extensions are not generally
option is deprecated. useful anymore, and the use of this option is deprecated.
</para></listitem></varlistentry> </para></listitem></varlistentry>
@ -2344,7 +2344,7 @@ The first is the path to the Unix Domain Socket, the second the PID of
the gpg-agent and the protocol version which should be set to 1. When the gpg-agent and the protocol version which should be set to 1. When
starting the gpg-agent as described in its documentation, this starting the gpg-agent as described in its documentation, this
variable is set to the correct value. The option --gpg-agent-info can variable is set to the correct value. The option --gpg-agent-info can
be used to overide it.</para></listitem> be used to override it.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>http_proxy</term> <term>http_proxy</term>
@ -2436,7 +2436,7 @@ is *very* easy to spy out your passphrase!
<para> <para>
If you are going to verify detached signatures, make sure that the If you are going to verify detached signatures, make sure that the
program knows about it; either be giving both filenames on the program knows about it; either be giving both filenames on the
commandline or using <literal>-</literal> to specify stdin. command line or using <literal>-</literal> to specify stdin.
</para> </para>
</refsect1> </refsect1>