summaryrefslogtreecommitdiff
path: root/bin/md5/sha1.1
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-06-03 17:51:30 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-06-03 17:51:30 +0000
commit8a9270e974a707b6350bb4eae35a02e816007951 (patch)
tree975a83da90e32fcdf2d9146ec5ec040d1d0302d5 /bin/md5/sha1.1
parent8ba6a6b2a3bb8786475b59b7bb60545839198c7e (diff)
sync man page with new usage restrictions
Diffstat (limited to 'bin/md5/sha1.1')
-rw-r--r--bin/md5/sha1.114
1 files changed, 6 insertions, 8 deletions
diff --git a/bin/md5/sha1.1 b/bin/md5/sha1.1
index 242a71d898e..85d63d0053e 100644
--- a/bin/md5/sha1.1
+++ b/bin/md5/sha1.1
@@ -1,6 +1,6 @@
-.\" $OpenBSD: sha1.1,v 1.8 2000/11/09 17:51:56 aaron Exp $
+.\" $OpenBSD: sha1.1,v 1.9 2001/06/03 17:51:29 millert Exp $
.\"
-.Dd July 12, 1997
+.Dd June 4, 2001
.Dt SHA1 1
.Os
.Sh NAME
@@ -8,9 +8,10 @@
.Nd calculate a message-digest fingerprint (checksum) for a file
.Sh SYNOPSIS
.Nm sha1
-.Op Fl ptx
-.Op Fl s Ar string
-.Op Ar file ...
+.Oo
+.Fl p | Fl t | Fl x |
+.Fl s Ar string | Ar file ...
+.Oc
.Sh DESCRIPTION
.Nm
takes as input a message of arbitrary length and produces
@@ -51,6 +52,3 @@ are processed.
.Xr rmd160 1
.Pp
NIST FIPS PUB 180-1 describes the SHA-1 message-digest algorithm in detail.
-.Sh ACKNOWLEDGEMENTS
-This program is placed in the public domain for free general use by
-RSA Data Security.