summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-02-19 17:52:19 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-02-19 17:52:19 +0000
commit19f27af9e07093c98dded40989b50f3986c7d010 (patch)
tree5eeb75e911119d7717f491a006057392c3f77182 /bin
parentce4480e6c736c3f126678ee822bef107123c9d57 (diff)
Back out documentation for (currently) non-existent -c option that
got committed by accident in the license update.
Diffstat (limited to 'bin')
-rw-r--r--bin/md5/md5.116
-rw-r--r--bin/md5/rmd160.116
-rw-r--r--bin/md5/sha1.116
3 files changed, 6 insertions, 42 deletions
diff --git a/bin/md5/md5.1 b/bin/md5/md5.1
index cf283455432..d7dc96d3298 100644
--- a/bin/md5/md5.1
+++ b/bin/md5/md5.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: md5.1,v 1.12 2003/02/14 17:33:14 millert Exp $
+.\" $OpenBSD: md5.1,v 1.13 2003/02/19 17:52:18 millert Exp $
.\"
.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -33,9 +33,7 @@
.Nm md5
.Oo
.Fl p | Fl t | Fl x |
-.Fl s Ar string |
-.Fl c Ar [ file ... ] |
-.Ar file ...
+.Fl s Ar string | Ar file ...
.Oc
.Sh DESCRIPTION
.Nm
@@ -58,16 +56,6 @@ The options are as follows:
.It Fl s Ar string
Prints a checksum of the given
.Ar string .
-.It Fl c Ar [ file ... ]
-Compares all checksums in the
-.Ar file
-with new computed checksums for the files mentioned in the
-.Ar file .
-Output consists of which digest was used, the file name,
-and an OK or FAILED for the result of the comparison. This will
-validate any of the supported checksums in the
-.Ar file
-including RMD-160 and SHA-1. If no file is given, stdin is used.
.It Fl p
Echos stdin to stdout and appends the
.Em MD5
diff --git a/bin/md5/rmd160.1 b/bin/md5/rmd160.1
index 2ffba6bbdc3..5d13e974c07 100644
--- a/bin/md5/rmd160.1
+++ b/bin/md5/rmd160.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmd160.1,v 1.10 2003/02/14 17:33:14 millert Exp $
+.\" $OpenBSD: rmd160.1,v 1.11 2003/02/19 17:52:18 millert Exp $
.\"
.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -33,9 +33,7 @@
.Nm rmd160
.Oo
.Fl p | Fl t | Fl x |
-.Fl s Ar string |
-.Fl c Ar [ file ... ] |
-.Ar file ...
+.Fl s Ar string | Ar file ...
.Oc
.Sh DESCRIPTION
.Nm
@@ -58,16 +56,6 @@ The options are as follows:
.It Fl s Ar string
Prints a checksum of the given
.Ar string .
-.It Fl c Ar [ file ... ]
-Compares all checksums in the
-.Ar file
-with new computed checksums for the files mentioned in the
-.Ar file .
-Output consists of which digest was used, the file name,
-and an OK or FAILED for the result of the comparison. This will
-validate any of the supported checksums in the
-.Ar file
-including MD5 and SHA-1. If no file is given, stdin is used.
.It Fl p
Echos stdin to stdout and appends the
.Em RMD-160
diff --git a/bin/md5/sha1.1 b/bin/md5/sha1.1
index 73e253456c6..4fc3f547d6e 100644
--- a/bin/md5/sha1.1
+++ b/bin/md5/sha1.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sha1.1,v 1.11 2003/02/14 17:33:15 millert Exp $
+.\" $OpenBSD: sha1.1,v 1.12 2003/02/19 17:52:18 millert Exp $
.\"
.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -33,9 +33,7 @@
.Nm sha1
.Oo
.Fl p | Fl t | Fl x |
-.Fl s Ar string |
-.Fl c Ar [ file ... ] |
-.Ar file ...
+.Fl s Ar string | Ar file ...
.Oc
.Sh DESCRIPTION
.Nm
@@ -58,16 +56,6 @@ The options are as follows:
.It Fl s Ar string
Prints a checksum of the given
.Ar string .
-.It Fl c Ar [ file ... ]
-Compares all checksums in the
-.Ar file
-with new computed checksums for the files mentioned in the
-.Ar file .
-Output consists of which digest was used, the file name,
-and an OK or FAILED for the result of the comparison. This will
-validate any of the supported checksums in the
-.Ar file
-including MD5 and RMD-160. If no file is given, stdin is used.
.It Fl p
Echos stdin to stdout and appends the
.Em SHA-1