diff options
author | Werner Koch <[email protected]> | 2002-04-09 11:38:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-04-09 11:38:20 +0000 |
commit | eef0fc289217ddf4ca5513948029e07f2eb5d636 (patch) | |
tree | ada601cc6c082c9646acef551b9bb9e394b9bf41 | |
parent | Merged in my changes, after disk crash. Fortunately the CVS was not (diff) | |
download | gnupg-eef0fc289217ddf4ca5513948029e07f2eb5d636.tar.gz gnupg-eef0fc289217ddf4ca5513948029e07f2eb5d636.zip |
* DETAILS: Fix a spelling error, correct IMPORTED_RES to IMPORT_RES,
correct INV_RECP (the second occurence) to NO_RECP.
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/DETAILS | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 04d034b7e..0073e19d5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-01-31 Marcus Brinkmann <[email protected]> + + * DETAILS: Fix a spelling error, correct IMPORTED_RES to IMPORT_RES, + correct INV_RECP (the second occurence) to NO_RECP. + 2002-04-03 David Shaw <[email protected]> * gpg.sgml: auto-key-retrieve is a keyserver-option (noted by diff --git a/doc/DETAILS b/doc/DETAILS index 00b4fc0e0..e7e8f04f1 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -196,7 +196,7 @@ more arguments in future versions. will probably be a BAD_PASSPHRASE. However, if the application is a wrapper around the key edit menu functionality it might not make sense to stop parsing but simply ignoring the following - PAD_PASSPHRASE. + BAD_PASSPHRASE. BAD_PASSPHRASE <long keyid> The supplied passphrase was wrong or not given. In the latter case @@ -224,7 +224,7 @@ more arguments in future versions. IMPORTED <long keyid> <username> The keyid and name of the signature just imported - IMPORTED_RES <count> <no_user_id> <imported> <imported_rsa> <unchanged> + IMPORT_RES <count> <no_user_id> <imported> <imported_rsa> <unchanged> <n_uids> <n_subk> <n_sigs> <n_revoc> <sec_read> <sec_imported> <sec_dups> Final statistics on import process (this is one long line) |