Module Name: src
Committed By: agc
Date: Fri May 7 05:58:25 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgp: netpgp.1
Log Message:
Remove a duplicate example - from Juan RP in private mail - thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1
diff -u src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1:1.11 src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1:1.12
--- src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1:1.11 Sat Mar 20 20:34:56 2010
+++ src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1 Fri May 7 05:58:25 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: netpgp.1,v 1.11 2010/03/20 20:34:56 joerg Exp $
+.\" $NetBSD: netpgp.1,v 1.12 2010/05/07 05:58:25 agc Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -470,43 +470,6 @@
\&...contents of original file...
%
.Ed
-.Pp
-For operations like signing and encrypting a file at the same time,
-the best way is to make use of pipelines:
-.Bd -literal
-% netpgp --sign \*[Lt] example | netpgp --encrypt --userid=c0596823 \*[Gt] example.gpg
-netpgp: default key set to "C0596823"
-pub 2048/RSA (Encrypt or Sign) 1b68dcfcc0596823 2004-01-12
-Key fingerprint: d415 9deb 336d e4cc cdfa 00cd 1b68 dcfc c059 6823
-uid Alistair Crooks \*[lt][email protected]\*[gt]
-uid Alistair Crooks \*[lt][email protected]\*[gt]
-uid Alistair Crooks \*[lt][email protected]\*[gt]
-uid Alistair Crooks \*[lt][email protected]\*[gt]
-uid Alistair Crooks (Yahoo!) \*[lt][email protected]\*[gt]
-netpgp passphrase:
-% netpgp --decrypt \*[Lt] example.gpg | netpgp --cat
-netpgp: default key set to "C0596823"
-netpgp: default key set to "C0596823"
-pub 2048/RSA (Encrypt or Sign) 1b68dcfcc0596823 2004-01-12
-Key fingerprint: d415 9deb 336d e4cc cdfa 00cd 1b68 dcfc c059 6823
-uid Alistair Crooks \*[lt][email protected]\*[gt]
-uid Alistair Crooks \*[lt][email protected]\*[gt]
-uid Alistair Crooks \*[lt][email protected]\*[gt]
-uid Alistair Crooks \*[lt][email protected]\*[gt]
-uid Alistair Crooks (Yahoo!) \*[lt][email protected]\*[gt]
-netpgp passphrase:
-Good signature for \*[Lt]stdin\*[Gt] made Mon Feb 22 07:21:19 2010
-using RSA (Encrypt or Sign) key 1b68dcfcc0596823
-pub 2048/RSA (Encrypt or Sign) 1b68dcfcc0596823 2004-01-12
-Key fingerprint: d415 9deb 336d e4cc cdfa 00cd 1b68 dcfc c059 6823
-uid Alistair Crooks \*[lt][email protected]\*[gt]
-uid Alistair Crooks \*[lt][email protected]\*[gt]
-uid Alistair Crooks \*[lt][email protected]\*[gt]
-uid Alistair Crooks \*[lt][email protected]\*[gt]
-uid Alistair Crooks (Yahoo!) \*[lt][email protected]\*[gt]
-\&...contents of original file...
-%
-.Ed
.Sh RETURN VALUES
The
.Nm