diff options
author | Werner Koch <[email protected]> | 2002-03-13 07:31:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-03-13 07:31:43 +0000 |
commit | bcf95b1d25b0eaf9872f4f6b35a79fee5f19e8eb (patch) | |
tree | 297939881dde7e657895369578dd722a968b5aba | |
parent | Merged changes from zlib 1.1.4. (diff) | |
download | gnupg-bcf95b1d25b0eaf9872f4f6b35a79fee5f19e8eb.tar.gz gnupg-bcf95b1d25b0eaf9872f4f6b35a79fee5f19e8eb.zip |
* faq.raw: Due to a lack of time Nils can't serve anymore as a
maintainer. Removed his address and setup a generic address.
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/DETAILS | 9 | ||||
-rw-r--r-- | doc/faq.raw | 2 | ||||
-rw-r--r-- | doc/gpg.texi | 6 |
4 files changed, 18 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 899aeeeb8..62d0680ff 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-03-13 Werner Koch <[email protected]> + + * faq.raw: Due to a lack of time Nils can't serve anymore as a + maintainer. Removed his address and setup a generic address. + 2002-03-06 Werner Koch <[email protected]> * gpg.sgml: Add an entry for --export-ownertrust. Suggested by diff --git a/doc/DETAILS b/doc/DETAILS index 6aefddad3..061dd149a 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -288,10 +288,13 @@ more arguments in future versions. 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". + Issued for each unusable recipient. The reasons codes + currently in use are: + 0 := "No specific reason given". + 1 := "Not Found" + 2 := "Ambigious specification" - INV_RECP <reserved> + NO_RECP <reserved> Issued when no recipients are usable. ALREADY_SIGNED <long-keyid> diff --git a/doc/faq.raw b/doc/faq.raw index 7cf4070e4..aa4b1798a 100644 --- a/doc/faq.raw +++ b/doc/faq.raw @@ -6,7 +6,7 @@ The most recent version of the FAQ is available from ] [$usenetheader= ] -[$maintainer=Nils Ellmenreich <nils 'at' gnupg.org>] +[$maintainer=We are looking for a new maintainer, <faq 'at' gnupg.org> ] [$hGPG=http://www.gnupg.org] [H body bgcolor=#ffffff text=#000000 link=#1f00ff alink=#ff0000 vlink=#9900dd] diff --git a/doc/gpg.texi b/doc/gpg.texi index 25dfdcd38..add7eecba 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -416,6 +416,12 @@ For use with cron jobs, this command can be used together with ---batch in which case the check is only done when it is due. To force a run even in batch mode add the option ---yes. +@item ---export-ownertrust @code{file} +Store the ownertrust values into +@code{file} (or stdin if not given). This is useful for backup +purposes as these values are the only ones which can't be re-created +from a corrupted trust DB. + @item ---import-ownertrust @code{files} Update the trustdb with the ownertrust values stored in @code{files} (or stdin if not given); existing |