diff options
author | Werner Koch <[email protected]> | 2002-05-16 07:19:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-05-16 07:19:27 +0000 |
commit | 5c759fee3193c33b365ebd61d2721c41a8a14488 (patch) | |
tree | 401de8e98626ad63e9063f5bafa61874c135d042 | |
parent | * main.h, keygen.c (keygen_add_revkey): Add revocation key subpackets to a (diff) | |
download | gnupg-5c759fee3193c33b365ebd61d2721c41a8a14488.tar.gz gnupg-5c759fee3193c33b365ebd61d2721c41a8a14488.zip |
* gpg.sgml: Fixed URL in the description section.
* faq.raw: Minor typo fixes noted by [email protected].
-rw-r--r-- | doc/ChangeLog | 10 | ||||
-rw-r--r-- | doc/faq.raw | 9 | ||||
-rw-r--r-- | doc/gpg.sgml | 9 |
3 files changed, 18 insertions, 10 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 513d54f2e..f6e5d1186 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2002-05-12 Werner Koch <[email protected]> + + * gpg.sgml: Fixed URL in the description section. + + * faq.raw: Minor typo fixes noted by [email protected]. + +2002-05-11 Werner Koch <[email protected]> + + * gpg.sgml: Typo fix. + 2002-05-07 David Shaw <[email protected]> * gpg.sgml: Add entries for --sk-comments, --no-sk-comments, diff --git a/doc/faq.raw b/doc/faq.raw index a444204cd..eac856bd3 100644 --- a/doc/faq.raw +++ b/doc/faq.raw @@ -269,7 +269,7 @@ you could search in the mailing list archive. [H pre] gpg [--options] --sign --encrypt foo.txt [H/pre] -<Q> I can't delete an user id because it is already deleted on my public +<Q> I can't delete a user id because it is already deleted on my public keyring? Because you can only select from the public key ring, there is no @@ -605,8 +605,7 @@ signing uids - why? <Q> GnuPG 1.0.4 doesn't create ~/.gnupg ... - That's a known bug, already fixed in the CVS (and will be in the - next release, of course). + That's a known bug, already fixed in newer versions. <Q> An ElGamal signature does not verify anymore since version 1.0.2 ... @@ -864,7 +863,7 @@ in it - why? <Q> What kind of output is this: "key C26EE891.298, uid 09FB: ...."? - This is the internal representation of an user id in the trustdb. + This is the internal representation of a user id in the trustdb. "C26EE891" is the keyid, "298" is the local id (a record number in the trustdb) and "09FB" is the last two bytes of a ripe-md-160 hash of the user id for this key. @@ -926,7 +925,7 @@ material? [H HR] -Copyright (C) 2000 Free Software Foundation, Inc. , +Copyright (C) 2000, 2002 Free Software Foundation, Inc. , 59 Temple Place - Suite 330, Boston, MA 02111, USA Verbatim copying and distribution of this entire article is permitted in diff --git a/doc/gpg.sgml b/doc/gpg.sgml index dfda887df..72b7d9c6f 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -73,9 +73,8 @@ </para> <para> This man page only lists the commands and options available. -For a more verbose documentation get the GNU Privacy Handbook (GPH), which is -available at http://www.gnupg.org/gph/ . -You will find a list of HOWTO documents at http://www.gnupg.org/docs.html . +For more verbose documentation get the GNU Privacy Handbook (GPH) or +one of the other documents at http://www.gnupg.org/docs.html . </para> <para> Please remember that option parsing stops as soon as a non option is @@ -2127,8 +2126,8 @@ constructed by cutting off the extension (".asc" or ".sig") of </varlistentry> <varlistentry> <term>GPG_AGENT_INFO</term> -<listitem><para>Used to locate the gpg-agent; only honred when ---use-agent is set. The value constist of 3 colon delimited fields: +<listitem><para>Used to locate the gpg-agent; only honored when +--use-agent is set. The value consists of 3 colon delimited fields: 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 |