diff options
author | 2003-02-19 17:52:18 +0000 | |
---|---|---|
committer | 2003-02-19 17:52:18 +0000 | |
commit | a43bf799348709661f2e18c58022852bfdde1b19 (patch) | |
tree | e7000e1d501bd778630e38962e3b8970bebca1b0 | |
parent | tbrsize explicitely (diff) | |
download | wireguard-openbsd-a43bf799348709661f2e18c58022852bfdde1b19.tar.xz wireguard-openbsd-a43bf799348709661f2e18c58022852bfdde1b19.zip |
Back out documentation for (currently) non-existent -c option that
got committed by accident in the license update.
-rw-r--r-- | bin/md5/md5.1 | 16 | ||||
-rw-r--r-- | bin/md5/rmd160.1 | 16 | ||||
-rw-r--r-- | bin/md5/sha1.1 | 16 |
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 |