summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2007-03-27 20:40:05 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2007-03-27 20:40:05 +0000
commit8a44dfc0ce60a2b01baba9ee23f9da7955234ffa (patch)
treeb19865f73daeb770d833064a1031e2f3c6b2d1c2 /bin
parentd6b0538d65f4dbfbc55a3bbf7da5b8656ee99f9d (diff)
Fix spelling of hexadecimal. Noted by jmc@ and Steven Mestdagh.
Diffstat (limited to 'bin')
-rw-r--r--bin/md5/md5.14
-rw-r--r--bin/md5/rmd160.14
-rw-r--r--bin/md5/sha1.14
3 files changed, 6 insertions, 6 deletions
diff --git a/bin/md5/md5.1 b/bin/md5/md5.1
index ef13ac1ce63..24c5400840a 100644
--- a/bin/md5/md5.1
+++ b/bin/md5/md5.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: md5.1,v 1.25 2007/03/27 13:12:41 millert Exp $
+.\" $OpenBSD: md5.1,v 1.26 2007/03/27 20:40:04 millert Exp $
.\"
.\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -54,7 +54,7 @@ such as
The options are as follows:
.Bl -tag -width Ds
.It Fl b
-Output checksums in base64 notation, not hexidecimal.
+Output checksums in base64 notation, not hexadecimal.
.It Xo
.Fl c
.Op Ar checklist ...
diff --git a/bin/md5/rmd160.1 b/bin/md5/rmd160.1
index 1809f489761..b80d8e25146 100644
--- a/bin/md5/rmd160.1
+++ b/bin/md5/rmd160.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmd160.1,v 1.21 2007/03/27 13:12:41 millert Exp $
+.\" $OpenBSD: rmd160.1,v 1.22 2007/03/27 20:40:04 millert Exp $
.\"
.\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -49,7 +49,7 @@ such as
The options are as follows:
.Bl -tag -width Ds
.It Fl b
-Output checksums in base64 notation, not hexidecimal.
+Output checksums in base64 notation, not hexadecimal.
.It Xo
.Fl c
.Op Ar checklist ...
diff --git a/bin/md5/sha1.1 b/bin/md5/sha1.1
index d3a209ac657..0d406ff1a48 100644
--- a/bin/md5/sha1.1
+++ b/bin/md5/sha1.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sha1.1,v 1.23 2007/03/27 13:12:41 millert Exp $
+.\" $OpenBSD: sha1.1,v 1.24 2007/03/27 20:40:04 millert Exp $
.\"
.\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -49,7 +49,7 @@ such as
The options are as follows:
.Bl -tag -width Ds
.It Fl b
-Output checksums in base64 notation, not hexidecimal.
+Output checksums in base64 notation, not hexadecimal.
.It Xo
.Fl c
.Op Ar checklist ...