Module Name: src Committed By: wiz Date: Wed Apr 14 08:14:26 UTC 2010
Modified Files: src/crypto/external/bsd/netpgp/dist/src/netpgpkeys: netpgpkeys.1 Log Message: Remove trailing whitespace; use standard section headers. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.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/netpgpkeys/netpgpkeys.1 diff -u src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1:1.7 src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1:1.8 --- src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1:1.7 Wed Apr 14 04:01:55 2010 +++ src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1 Wed Apr 14 08:14:26 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: netpgpkeys.1,v 1.7 2010/04/14 04:01:55 agc Exp $ +.\" $NetBSD: netpgpkeys.1,v 1.8 2010/04/14 08:14:26 wiz Exp $ .\" .\" Copyright (c) 2009, 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -292,12 +292,12 @@ utility will return 0 for success, 1 if the file's signature does not match what was expected, or 2 if any other error occurs. -.Sh EXAMPLE +.Sh EXAMPLES .Bd -literal % netpgpkeys --ssh-keys --sshkeyfile=/etc/ssh/ssh_host_rsa_key.pub --list-keys 1 key pub 1024/RSA (Encrypt or Sign) 040180871e00404a 2008-08-11 -Key fingerprint: c4aa b385 4796 e6ce 606c f0c2 0401 8087 1e00 404a +Key fingerprint: c4aa b385 4796 e6ce 606c f0c2 0401 8087 1e00 404a uid netbsd-vm1.crowthorne.alistaircrooks.co.uk (/etc/ssh/ssh_host_rsa_key.pub) \*[lt]r...@netbsd-vm1.crowthorne.alistaircrooks.co.uk\*[gt] % .Ed @@ -306,8 +306,8 @@ .Bd -literal % netpgpkeys --generate-key netpgp: default key set to "C0596823" -pub 2048/RSA (Encrypt or Sign) 5bc707d1b495aaf2 2010-04-14 -Key fingerprint: 08cb 4867 eeed 454c ce30 610d 5bc7 07d1 b495 aaf2 +pub 2048/RSA (Encrypt or Sign) 5bc707d1b495aaf2 2010-04-14 +Key fingerprint: 08cb 4867 eeed 454c ce30 610d 5bc7 07d1 b495 aaf2 uid RSA 2048-bit key \*[lt]...@localhost\*[gt] netpgp: generated keys in directory /home/agc/.gnupg/5bc707d1b495aaf2 % ls -al /home/agc/.gnupg/5bc707d1b495aaf2 @@ -319,8 +319,8 @@ % % netpgpkeys --list-keys --home ~/.gnupg/5bc707d1b495aaf2 1 key -pub 2048/RSA (Encrypt or Sign) 5bc707d1b495aaf2 2010-04-14 -Key fingerprint: 08cb 4867 eeed 454c ce30 610d 5bc7 07d1 b495 aaf2 +pub 2048/RSA (Encrypt or Sign) 5bc707d1b495aaf2 2010-04-14 +Key fingerprint: 08cb 4867 eeed 454c ce30 610d 5bc7 07d1 b495 aaf2 uid RSA 2048-bit key \*[lt]...@localhost\*[gt] %