mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
typos of bug #348 fixed
This commit is contained in:
parent
72e4ee512f
commit
901168f4e7
8
doc/FAQ
8
doc/FAQ
@ -136,7 +136,7 @@ included here. Your help is very much appreciated.
|
|||||||
|
|
||||||
2.2) Where do I get GnuPG?
|
2.2) Where do I get GnuPG?
|
||||||
|
|
||||||
You can download the GNU Privacy Guard from it's primary FTP server
|
You can download the GNU Privacy Guard from its primary FTP server
|
||||||
ftp.gnupg.org or from
|
ftp.gnupg.org or from
|
||||||
one of the mirrors: <http://www.gnupg.org/mirror.html>
|
one of the mirrors: <http://www.gnupg.org/mirror.html>
|
||||||
The current version is 1.0.4, please upgrade to this version as it
|
The current version is 1.0.4, please upgrade to this version as it
|
||||||
@ -360,8 +360,8 @@ messages?
|
|||||||
|
|
||||||
4.11) How can a get list of key IDs used to encrypt a message?
|
4.11) How can a get list of key IDs used to encrypt a message?
|
||||||
|
|
||||||
gpg --batch --decrypt --list-only --status-fd 1 2>/dev/null
|
gpg --batch --decrypt --list-only --status-fd 1 2>/dev/null | \
|
||||||
\ | awk '/^\[GNUPG:\] ENC_TO / { print $3 }'
|
awk '/^\[GNUPG:\] ENC_TO / { print $3 }'
|
||||||
|
|
||||||
4.12) I can't decrypt my symmetrical only (-c) encrypted message with
|
4.12) I can't decrypt my symmetrical only (-c) encrypted message with
|
||||||
a new version of GnuPG.
|
a new version of GnuPG.
|
||||||
@ -578,7 +578,7 @@ in it - why?
|
|||||||
6.9) What is the thing with "can't handle multiple signatures"?
|
6.9) What is the thing with "can't handle multiple signatures"?
|
||||||
|
|
||||||
Due to different message formats GnuPG is not always able to split a
|
Due to different message formats GnuPG is not always able to split a
|
||||||
file with multiple signatures unambiguously into it's parts. This
|
file with multiple signatures unambiguously into its parts. This
|
||||||
error message informs you that there is something wrong with the input.
|
error message informs you that there is something wrong with the input.
|
||||||
|
|
||||||
The only way to have multiple signatures in a file is by using the
|
The only way to have multiple signatures in a file is by using the
|
||||||
|
@ -83,7 +83,7 @@ included here. Your help is very much appreciated.
|
|||||||
|
|
||||||
<Q> Where do I get GnuPG?
|
<Q> Where do I get GnuPG?
|
||||||
|
|
||||||
You can download the GNU Privacy Guard from it's primary FTP server
|
You can download the GNU Privacy Guard from its primary FTP server
|
||||||
[H a href=ftp://ftp.gnupg.org/pub/gcrypt]ftp.gnupg.org[H /a] or from
|
[H a href=ftp://ftp.gnupg.org/pub/gcrypt]ftp.gnupg.org[H /a] or from
|
||||||
one of the mirrors: [H a href=[$hGPG]/mirrors.html]<[$hGPG]/mirror.html>[H /a]
|
one of the mirrors: [H a href=[$hGPG]/mirrors.html]<[$hGPG]/mirror.html>[H /a]
|
||||||
The current version is 1.0.4, please upgrade to this version as it
|
The current version is 1.0.4, please upgrade to this version as it
|
||||||
@ -321,8 +321,8 @@ messages?
|
|||||||
|
|
||||||
<Q> How can a get list of key IDs used to encrypt a message?
|
<Q> How can a get list of key IDs used to encrypt a message?
|
||||||
|
|
||||||
[H pre] gpg --batch --decrypt --list-only --status-fd 1 2>/dev/null
|
[H pre] gpg --batch --decrypt --list-only --status-fd 1 2>/dev/null | \
|
||||||
\ | awk '/^\[GNUPG:\] ENC_TO / { print $3 }' [H /pre]
|
awk '/^\[GNUPG:\] ENC_TO / { print $3 }' [H /pre]
|
||||||
|
|
||||||
<Q> I can't decrypt my symmetrical only (-c) encrypted message with
|
<Q> I can't decrypt my symmetrical only (-c) encrypted message with
|
||||||
a new version of GnuPG.
|
a new version of GnuPG.
|
||||||
@ -548,7 +548,7 @@ in it - why?
|
|||||||
<Q> What is the thing with "can't handle multiple signatures"?
|
<Q> What is the thing with "can't handle multiple signatures"?
|
||||||
|
|
||||||
Due to different message formats GnuPG is not always able to split a
|
Due to different message formats GnuPG is not always able to split a
|
||||||
file with multiple signatures unambiguously into it's parts. This
|
file with multiple signatures unambiguously into its parts. This
|
||||||
error message informs you that there is something wrong with the input.
|
error message informs you that there is something wrong with the input.
|
||||||
|
|
||||||
The only way to have multiple signatures in a file is by using the
|
The only way to have multiple signatures in a file is by using the
|
||||||
|
Loading…
Reference in New Issue
Block a user