diff options
author | Werner Koch <[email protected]> | 2002-09-20 17:31:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-09-20 17:31:10 +0000 |
commit | c66fa6eebe26080c9d6afb02e2990db9f7b3303a (patch) | |
tree | 77c1e2353ad06bc61d30a0dfcb2ce873069859d6 | |
parent | * ca.po, cs.po, gl.po, id.po, it.po, ja.po, pl.po, pt.po: Updated. (diff) | |
download | gnupg-c66fa6eebe26080c9d6afb02e2990db9f7b3303a.tar.gz gnupg-c66fa6eebe26080c9d6afb02e2990db9f7b3303a.zip |
updated from source
-rw-r--r-- | doc/gpg.texi | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 88cf053f1..8d0b70c2d 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -164,10 +164,9 @@ that is both non-revocable and non-exportable. @item revsig -Revoke a signature. GnuPG asks for every -signature which has been done by one of -the secret keys, whether a revocation -certificate should be generated. +Revoke a signature. For every signature which has been generated by +one of the secret keys, GnuPG asks whether a revocation certificate +should be generated. @item trust Change the owner trust value. This updates the @@ -203,10 +202,9 @@ export-options). Revoke a subkey. @item expire -Change the key expiration time. If a key is -selected, the time of this key will be changed. -With no selection the key expiration of the -primary key is changed. +Change the key expiration time. If a subkey is selected, the +expiration time of this subkey will be changed. With no selection, +the key expiration of the primary key is changed. @item passwd Change the passphrase of the secret key. @@ -420,6 +418,11 @@ Update the trustdb with the ownertrust values stored in @code{files} (or stdin if not given); existing values will be overwritten. +@item ---rebuild-keydb-caches +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 other +situations too. + @item ---print-md @code{algo} @code{files} @itemx ---print-mds @code{files} Print message digest of algorithm ALGO for all given files or stdin. @@ -812,10 +815,10 @@ Using this option will also prevent the creation of a "~./gnupg" homedir. @item ---load-extension @code{name} -Load an extension module. If @code{name} does not -contain a slash it is searched in "/usr/local/lib/gnupg" -Extension are in gernal not useful anymore; the use of this -option is deprecated. +Load an extension module. If @code{name} does not contain a slash it is +searched for in the directory configured when GnuPG was built +(generally "/usr/local/lib/gnupg"). Extensions are not generally +useful anymore, and the use of this option is deprecated. @item ---debug @code{flags} Set debugging flags. All flags are or-ed and @code{flags} may @@ -1460,7 +1463,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 starting the gpg-agent as described in its documentation, this variable is set to the correct value. The option ---gpg-agent-info can -be used to overide it. +be used to override it. @item http_proxy Only honored when the keyserver-option @@ -1518,7 +1521,7 @@ is *very* easy to spy out your passphrase! If you are going to verify detached signatures, make sure that the program knows about it; either be giving both filenames on the -commandline or using @samp{-} to specify stdin. +command line or using @samp{-} to specify stdin. @majorheading BUGS On many systems this program should be installed as setuid(root). This |