mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
* gpg.sgml: Fixed URL in the description section.
* faq.raw: Minor typo fixes noted by kromJx@myrealbox.com.
This commit is contained in:
parent
4dcdaa3b1b
commit
5c759fee31
@ -1,3 +1,13 @@
|
||||
2002-05-12 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpg.sgml: Fixed URL in the description section.
|
||||
|
||||
* faq.raw: Minor typo fixes noted by kromJx@myrealbox.com.
|
||||
|
||||
2002-05-11 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpg.sgml: Typo fix.
|
||||
|
||||
2002-05-07 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: Add entries for --sk-comments, --no-sk-comments,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user