diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-27 16:57:55 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-27 16:57:55 +0000 |
commit | 67d4a6033bddb7d54e3ef944dae899133e293901 (patch) | |
tree | e9fa8b31d399fbf78eb212bff674a4eb212767b0 /usr.bin/skey | |
parent | ef3f0c32a94fffe5f70dc86aaca4e234fe407c4b (diff) |
usr.bin/ man page cleanups, n-s
Diffstat (limited to 'usr.bin/skey')
-rw-r--r-- | usr.bin/skey/skey.1 | 13 | ||||
-rw-r--r-- | usr.bin/skey/skeyprune.8 | 10 |
2 files changed, 12 insertions, 11 deletions
diff --git a/usr.bin/skey/skey.1 b/usr.bin/skey/skey.1 index e838f18d13c..04b050d391f 100644 --- a/usr.bin/skey/skey.1 +++ b/usr.bin/skey/skey.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skey.1,v 1.11 1998/08/17 17:41:50 deraadt Exp $ +.\" $OpenBSD: skey.1,v 1.12 1998/09/27 16:57:53 aaron Exp $ .\" @(#)skey.1 1.1 10/28/93 .\" .Dd 28 October 1993 @@ -16,7 +16,7 @@ <sequence#>[/] key .Sh DESCRIPTION .Nm S/key -is a procedure for using one time passwords to authenticate access to +is a procedure for using one-time passwords to authenticate access to computer systems. It uses 64 bits of information transformed by the MD4, MD5, or SHA1 algorithms. The user supplies the 64 bits in the form of 6 English words that are generated by a secure computer. This @@ -49,14 +49,14 @@ prints them capitalized. .It Fl n Ar count Prints out .Ar count -one time passwords. The default is to print one. +one-time passwords. The default is to print one. .It Fl p Ar password Uses .Ar password as the secret password. Use of this option is discouraged as your secret password could be visible in a process listing. .It Fl x -causes output to be in hexidecimal instead of ASCII. +Causes output to be in hexadecimal instead of ASCII. .It Fl md4 Selects MD4 as the hash algorithm. .It Fl md5 @@ -76,9 +76,10 @@ Selects RMD-160 (160 bit Ripe Message Digest) as the hash algorithm. .sp 0 % .Sh SEE ALSO -.Xr skeyinit 1 , .Xr skeyinfo 1 , -.Xr login 1 , +.Xr skeyinit 1 , +.Xr login 1 +.Pp .Em RFC1938 .Sh TRADEMARKS AND PATENTS S/Key is a Trademark of Bellcore. diff --git a/usr.bin/skey/skeyprune.8 b/usr.bin/skey/skeyprune.8 index 4631a7179e2..b1c4c48350d 100644 --- a/usr.bin/skey/skeyprune.8 +++ b/usr.bin/skey/skeyprune.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skeyprune.8,v 1.2 1997/09/22 05:15:05 millert Exp $ +.\" $OpenBSD: skeyprune.8,v 1.3 1998/09/27 16:57:53 aaron Exp $ .\" .\" .Dd 27 Sep 1996 @@ -14,7 +14,7 @@ .Nm skeyprune searches through the file .Dq Pa /etc/skeykeys -and prunes out users who have zeroed they entries via +and prunes out users who have zeroed their entries via .Xr skeyinit 1 as well as entries that have not been modified in .Ar days @@ -24,11 +24,11 @@ is not specified only commented out entries are pruned. .Sh FILES .Bl -tag -width /etc/skeykeys -compact .It Pa /etc/skeykeys -The S/Key key information database +S/Key key information database .El .Sh SEE ALSO -.Xr skeyinit 1 , -.Xr skey 1 +.Xr skey 1 , +.Xr skeyinit 1 .Sh BUGS Since .Nm skeyprune |