Module Name:    src
Committed By:   wiz
Date:           Wed Feb 24 08:22:59 UTC 2010

Modified Files:
        src/crypto/external/bsd/netpgp/dist/src/netpgp: netpgp.1

Log Message:
New sentence, new line; remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
    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.8 src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1:1.9
--- src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1:1.8	Tue Feb 23 01:24:45 2010
+++ src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1	Wed Feb 24 08:22:58 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: netpgp.1,v 1.8 2010/02/23 01:24:45 agc Exp $
+.\" $NetBSD: netpgp.1,v 1.9 2010/02/24 08:22:58 wiz Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -270,17 +270,18 @@
 the user.
 .It Fl Fl from Ns = Ns Ar signature-valid-from
 This option allows the signer to specify a time as the
-starting point for validity of the signature. In this way
-it is possible to prevent files from being verified until a
-specific point in time. The time can be specified either
-in
+starting point for validity of the signature.
+In this way it is possible to prevent files from being verified
+until a specific point in time.
+The time can be specified either in
 .Dv YYYY-MM-DD
 format, or as the number of seconds since the epoch.
 .It Fl Fl duration Ns = Ns Ar signature-valid-to
 This option allows the signer to specify a time as the
-end point for validity of the signature. In this way
-it is possible to prevent files from being verified after a
-specific point in time. The time can be specified either
+end point for validity of the signature.
+In this way it is possible to prevent files from being verified
+after a specific point in time.
+The time can be specified either
 in
 .Dv YYYY-MM-DD
 format, or as the number of seconds.
@@ -411,20 +412,20 @@
 .Nm
 commands can be used together in a pipeline to produce the desired effect.
 .Bd -literal
-% netpgp --sign \*[Lt] a | netpgp --cat \*[Gt] b 
+% netpgp --sign \*[Lt] a | netpgp --cat \*[Gt] b
 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 
+Key fingerprint: d415 9deb 336d e4cc cdfa 00cd 1b68 dcfc c059 6823
 uid              Alistair Crooks \*[lt]...@netbsd.org\*[gt]
 uid              Alistair Crooks \*[lt]...@pkgsrc.org\*[gt]
 uid              Alistair Crooks \*[lt]...@alistaircrooks.com\*[gt]
 uid              Alistair Crooks \*[lt]alist...@hockley-crooks.com\*[gt]
-netpgp passphrase: 
+netpgp passphrase:
 Good signature for \*[Lt]stdin\*[Gt] made Mon Dec 21 18:25:02 2009
 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 
+Key fingerprint: d415 9deb 336d e4cc cdfa 00cd 1b68 dcfc c059 6823
 uid              Alistair Crooks \*[lt]alist...@hockley-crooks.com\*[gt]
 uid              Alistair Crooks \*[lt]...@pkgsrc.org\*[gt]
 uid              Alistair Crooks \*[lt]...@netbsd.org\*[gt]

Reply via email to