patch for faq.raw in gnupg-1.0.4

y-iida@secom.co.jp y-iida@secom.co.jp
Wed, 8 Nov 2000 11:06:01 +0900


I saw faq.raw in gnupg-1.0.4 and made the following patch.
Enjoy!

Note that you don't even need backslash just after pipe,
if you are using sh, rather than csh.
  gpg --batch --decrypt --list-only --status-fd 1 2>/dev/null |
   awk '/^\[GNUPG:\] ENC_TO / { print $3 }'


--- ../faq.raw	Tue Oct 17 22:16:22 2000
+++ faqen.raw	Sat Nov  4 11:01:55 2000
@@ -78,7 +78,7 @@
 
 <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
     one of the mirrors: [H a href=[$hGPG]/mirrors.html]<[$hGPG]/mirror.html>[H /a]
 
@@ -104,7 +104,7 @@
     option [H pre]--enable-static-rnd=linux[H/pre].
 
     On other systems, the Entropy Gathering Daemon (EGD) is a good
-    choice. It is a perl-daemon that monitors system activity nad hashes
+    choice. It is a perl-daemon that monitors system activity and hashes
     it into random data. See the download page [H a href=http://www.gnupg.org/download.html]<http://www.gnupg.org/download.html>[H /a] 
     how to obtain egd. Use [H pre]--enable-static-rnd=egd[H/pre] here.
 
@@ -301,8 +301,8 @@
 
 <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
-    \ | awk '/^\[GNUPG:\] ENC_TO / { print $3 }' [H /pre]
+    [H pre] gpg --batch --decrypt --list-only --status-fd 1 2>/dev/null | \
+    awk '/^\[GNUPG:\] ENC_TO / { print $3 }' [H /pre]
 
 <Q> I can't decrypt my symmetrical only (-c) encrypted message with
     a new version of GnuPG.
@@ -469,7 +469,7 @@
 <Q> What is the thing with "can't handle multiple signatures"?
 
     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.
 
     The only way to have multiple signatures in a file is by using the 
--
  iida