summaryrefslogtreecommitdiff
path: root/bin/md5
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-03-14 09:59:21 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-03-14 09:59:21 +0000
commite8b4c63c0e712bb7a97257c5189dea46c83702ab (patch)
tree96d01339e13bc10e108478eefa02dd5a7ec3fe3f /bin/md5
parent7d90a061b974e8881da5fa13914c4a2ce670a7da (diff)
tweaks;
echos -> echoes from millert@ ok millert@
Diffstat (limited to 'bin/md5')
-rw-r--r--bin/md5/md5.119
-rw-r--r--bin/md5/rmd160.119
-rw-r--r--bin/md5/sha1.119
3 files changed, 30 insertions, 27 deletions
diff --git a/bin/md5/md5.1 b/bin/md5/md5.1
index f6fd7c9e3df..682899c44a0 100644
--- a/bin/md5/md5.1
+++ b/bin/md5/md5.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: md5.1,v 1.14 2003/03/12 21:29:48 millert Exp $
+.\" $OpenBSD: md5.1,v 1.15 2003/03/14 09:59:20 jmc Exp $
.\"
.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -59,17 +59,18 @@ The options are as follows:
Prints a checksum of the given
.Ar string .
.It Fl c Ar [ file ... ]
-Compares all checksums in the
+Compares all checksums in
.Ar file
-with new computed checksums for the files mentioned in the
+with newly computed checksums for the files mentioned in
.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.
+Output consists of the digest used, the file name,
+and an OK or FAILED for the result of the comparison.
+This will validate any of the supported checksums in
+.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
+Echoes stdin to stdout and appends the
.Em MD5
sum to stdout.
.It Fl t
diff --git a/bin/md5/rmd160.1 b/bin/md5/rmd160.1
index 0b0e671bc03..75480fa845f 100644
--- a/bin/md5/rmd160.1
+++ b/bin/md5/rmd160.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmd160.1,v 1.12 2003/03/12 21:29:48 millert Exp $
+.\" $OpenBSD: rmd160.1,v 1.13 2003/03/14 09:59:20 jmc Exp $
.\"
.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -59,17 +59,18 @@ The options are as follows:
Prints a checksum of the given
.Ar string .
.It Fl c Ar [ file ... ]
-Compares all checksums in the
+Compares all checksums in
.Ar file
-with new computed checksums for the files mentioned in the
+with newly computed checksums for the files mentioned in
.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.
+Output consists of the digest used, the file name,
+and an OK or FAILED for the result of the comparison.
+This will validate any of the supported checksums in
+.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
+Echoes stdin to stdout and appends the
.Em RMD-160
sum to stdout.
.It Fl t
diff --git a/bin/md5/sha1.1 b/bin/md5/sha1.1
index cd0a226ce80..78195bcfbed 100644
--- a/bin/md5/sha1.1
+++ b/bin/md5/sha1.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sha1.1,v 1.13 2003/03/12 21:29:48 millert Exp $
+.\" $OpenBSD: sha1.1,v 1.14 2003/03/14 09:59:20 jmc Exp $
.\"
.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -59,17 +59,18 @@ The options are as follows:
Prints a checksum of the given
.Ar string .
.It Fl c Ar [ file ... ]
-Compares all checksums in the
+Compares all checksums in
.Ar file
-with new computed checksums for the files mentioned in the
+with newly computed checksums for the files mentioned in
.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.
+Output consists of the digest used, the file name,
+and an OK or FAILED for the result of the comparison.
+This will validate any of the supported checksums in
+.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
+Echoes stdin to stdout and appends the
.Em SHA-1
sum to stdout.
.It Fl t