summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-07-07 08:12:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-07-07 08:12:23 +0000
commit92b54b9a6cfbbd8341600ca82885cf3b71f721d1 (patch)
treea68a7b8e710c3d35ed29f54b489d9129164521d0 /usr.bin
parent9914fce5feab5eb9dfff65374244c7e313f5874b (diff)
arrange list of hash algorithms as previously done for skeyinit(1);
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/skey/skey.114
1 files changed, 5 insertions, 9 deletions
diff --git a/usr.bin/skey/skey.1 b/usr.bin/skey/skey.1
index 3f89b78f42d..56351baf53d 100644
--- a/usr.bin/skey/skey.1
+++ b/usr.bin/skey/skey.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: skey.1,v 1.27 2005/07/06 21:39:30 jmc Exp $
+.\" $OpenBSD: skey.1,v 1.28 2005/07/07 08:12:22 jmc Exp $
.\" @(#)skey.1 1.1 10/28/93
.\"
.Dd October 28, 1993
@@ -73,14 +73,10 @@ Uses
as the secret passphrase.
Use of this option is discouraged as
your secret passphrase could be visible in a process listing.
-.It Fl md4
-Selects MD4 as the hash algorithm.
-.It Fl md5
-Selects MD5 as the hash algorithm.
-.It Fl rmd160
-Selects RMD-160 (160 bit Ripe Message Digest) as the hash algorithm.
-.It Fl sha1
-Selects SHA-1 (NIST Secure Hash Algorithm Revision 1) as the hash algorithm.
+.It Fl md4 | md5 | rmd160 | sha1
+Selects the hash algorithm:
+MD4, MD5, RMD-160 (160-bit Ripe Message Digest),
+or SHA1 (NIST Secure Hash Algorithm Revision 1).
.It Fl x
Causes output to be in hexadecimal instead of ASCII.
.El