diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/DETAILS | 4 | ||||
-rw-r--r-- | doc/gpg.sgml | 2 | ||||
-rw-r--r-- | doc/gpgv.sgml | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 64d043802..d9ef0eaf8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-09-03 Werner Koch <[email protected]> + + * gpg.sgml, gpgv.sgml: Removed GDBM stuff. + 2001-08-29 Werner Koch <[email protected]> * faq.raw: Described how to delete a secret key w/o a public key diff --git a/doc/DETAILS b/doc/DETAILS index cc326d80b..807f374d7 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -283,6 +283,10 @@ more arguments in future versions. END_STREAM Issued by pipemode. + INV_RECP <reason> <requested_recipient> + Issued for each unusable recipient. The only reason code + currently defined is 0 for "No specific reason given". + Key generation ============== diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 1a1d71aa7..f27249971 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -839,8 +839,6 @@ does not contain a slash, it is assumed to be in the home-directory ("~/.gnupg" if --homedir is not used). The filename may be prefixed with a scheme:</para> <para>"gnupg-ring:" is the default one.</para> -<para>"gnupg-gdbm:" may be used for a GDBM ring. Note that GDBM -is experimental and likely to be removed in future versions.</para> <para>It might make sense to use it together with --no-default-keyring. </para></listitem></varlistentry> diff --git a/doc/gpgv.sgml b/doc/gpgv.sgml index 757c8fe7c..4119b41dc 100644 --- a/doc/gpgv.sgml +++ b/doc/gpgv.sgml @@ -119,8 +119,6 @@ does not contain a slash, it is assumed to be in the home-directory ("~/.gnupg" if --homedir is not used). The filename may be prefixed with a scheme:</para> <para>"gnupg-ring:" is the default one.</para> -<para>"gnupg-gdbm:" may be used for a GDBM ring. Note that GDBM -is experimental and likely to be removed in future versions.</para> <para>It might make sense to use it together with --no-default-keyring. </para></listitem></varlistentry> |