diff options
author | 2005-07-06 21:55:48 +0000 | |
---|---|---|
committer | 2005-07-06 21:55:48 +0000 | |
commit | ed30baeea0ced83d9dce3c256c3016feae5ad983 (patch) | |
tree | b4038b497faf9777706e7320a1b7be3b85796cd5 | |
parent | - simplify SYNOPSIS (diff) | |
download | wireguard-openbsd-ed30baeea0ced83d9dce3c256c3016feae5ad983.tar.xz wireguard-openbsd-ed30baeea0ced83d9dce3c256c3016feae5ad983.zip |
- use nroff symbols
- use ksh prompt instead of csh prompt for EXAMPLES
-rw-r--r-- | usr.bin/skeyinfo/skeyinfo.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/skeyinfo/skeyinfo.1 b/usr.bin/skeyinfo/skeyinfo.1 index e60544b3114..727558d8e80 100644 --- a/usr.bin/skeyinfo/skeyinfo.1 +++ b/usr.bin/skeyinfo/skeyinfo.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skeyinfo.1,v 1.7 2003/06/10 09:12:11 jmc Exp $ +.\" $OpenBSD: skeyinfo.1,v 1.8 2005/07/06 21:55:48 jmc Exp $ .\" .Dd May 16, 2002 .Dt SKEYINFO 1 @@ -26,7 +26,7 @@ Print the hash algorithm as well. directory containing user entries for S/Key .El .Sh EXAMPLES -% skey -n <number of passwords to print> `skeyinfo` | lpr +$ skey -n \*(Ltnumber of passwords to print\*(Gt `skeyinfo` \*(Ba lpr .Pp This would print out a list of S/Key passwords for use over an untrusted network (perhaps for use at a conference). |