From gnupg-doc-request@gnupg.org Wed Nov  8 03:08:10 2000
Received: (from slist@localhost)
	by mail.hsp.de (8.11.1/8.11.1) id eA828A314009;
	Wed, 8 Nov 2000 03:08:10 +0100
Resent-Date: Wed, 8 Nov 2000 03:08:10 +0100
From: y-iida@secom.co.jp
Message-ID: <95073BDE9378D311BB21009027AFCA86021F3557@exs01.secom.corp>
To: gnupg-bugs@gnu.org
Cc: gnupg-doc@gnupg.org
Subject: patch for faq.raw in gnupg-1.0.4
Date: Wed, 8 Nov 2000 11:06:01 +0900 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain
Resent-Message-ID: <b6vY5C.A.2aD.KWLC6@mail.hsp.de>
Resent-From: gnupg-doc@gnupg.org
X-Mailing-List: <gnupg-doc@gnupg.org> archive/latest/49
X-Loop: gnupg-doc@gnupg.org
Precedence: list
Resent-Sender: gnupg-doc-request@gnupg.org

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

From gnupg-doc-request@gnupg.org Fri Nov 17 13:04:50 2000
Received: (from slist@localhost)
	by mail.hsp.de (8.11.1/8.11.1) id eAHC4oC23579;
	Fri, 17 Nov 2000 13:04:50 +0100
Resent-Date: Fri, 17 Nov 2000 13:04:50 +0100
From: y-iida@secom.co.jp
Message-ID: <95073BDE9378D311BB21009027AFCA86021F3599@exs01.secom.corp>
To: gnupg-doc@gnupg.org
Subject: GPH Ja now available
Date: Fri, 17 Nov 2000 21:02:28 +0900
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain
Resent-Message-ID: <05A8HD.A.YwF.i7RF6@mail.hsp.de>
Resent-From: gnupg-doc@gnupg.org
X-Mailing-List: <gnupg-doc@gnupg.org> archive/latest/50
X-Loop: gnupg-doc@gnupg.org
Precedence: list
Resent-Sender: gnupg-doc-request@gnupg.org

Japanese translation of Gnu Privacy Handbook is now
available.
It comes with some documents under doc/ directory of
gnupg-1.0.4.
Feel free to grab and/or link.

http://www.ring.gr.jp/pub/doc/gnu-info-j/gnupg/
 ftp://ftp.ring.gr.jp/pub/doc/gnu-info-j/gnupg/

Name of the latest tar ball at this moment is:
 gph-1.0.4-ja-0.1.tar.bz2
You don't want to chase and link the latest file.
Instead, linking directory should always work.
--
  iida

