diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-13 06:57:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-13 06:57:38 +0000 |
commit | 517452cb22922ab35f32fe48003e6ebc7bddd1b1 (patch) | |
tree | dbf283a3eafcc84394038dfb4c7daa3840f4a16d /bin/md5 | |
parent | 284fa1ea0fc06529d0fba8577e8d5f84ee42b948 (diff) |
no need for userland to refer to section 2/3 pages;
Diffstat (limited to 'bin/md5')
-rw-r--r-- | bin/md5/md5.1 | 7 | ||||
-rw-r--r-- | bin/md5/sha1.1 | 7 | ||||
-rw-r--r-- | bin/md5/sha256.1 | 7 |
3 files changed, 9 insertions, 12 deletions
diff --git a/bin/md5/md5.1 b/bin/md5/md5.1 index 0abf5b35766..eb938f069a2 100644 --- a/bin/md5/md5.1 +++ b/bin/md5/md5.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: md5.1,v 1.29 2010/07/12 23:16:55 tedu Exp $ +.\" $OpenBSD: md5.1,v 1.30 2010/07/13 06:57:37 jmc Exp $ .\" .\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -18,7 +18,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd $Mdocdate: July 12 2010 $ +.Dd $Mdocdate: July 13 2010 $ .Dt MD5 1 .Os .Sh NAME @@ -97,8 +97,7 @@ options are processed. .Sh SEE ALSO .Xr cksum 1 , .Xr sha1 1 , -.Xr sha256 1 , -.Xr md5 3 +.Xr sha256 1 .Rs .%A R. Rivest .%T The MD5 Message-Digest Algorithm diff --git a/bin/md5/sha1.1 b/bin/md5/sha1.1 index 94e82810046..c0be7d8a921 100644 --- a/bin/md5/sha1.1 +++ b/bin/md5/sha1.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha1.1,v 1.27 2010/07/12 23:16:55 tedu Exp $ +.\" $OpenBSD: sha1.1,v 1.28 2010/07/13 06:57:37 jmc Exp $ .\" .\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -18,7 +18,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd $Mdocdate: July 12 2010 $ +.Dd $Mdocdate: July 13 2010 $ .Dt SHA1 1 .Os .Sh NAME @@ -105,8 +105,7 @@ sha256, sha384 and sha512. .Sh SEE ALSO .Xr cksum 1 , .Xr md5 1 , -.Xr sha256 1 , -.Xr sha1 3 +.Xr sha256 1 .Rs .%A J. Burrows .%T The Secure Hash Standard diff --git a/bin/md5/sha256.1 b/bin/md5/sha256.1 index a3c7c9be06d..d9b7b484556 100644 --- a/bin/md5/sha256.1 +++ b/bin/md5/sha256.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha256.1,v 1.1 2010/07/12 23:16:55 tedu Exp $ +.\" $OpenBSD: sha256.1,v 1.2 2010/07/13 06:57:37 jmc Exp $ .\" .\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -18,7 +18,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd $Mdocdate: July 12 2010 $ +.Dd $Mdocdate: July 13 2010 $ .Dt SHA1 1 .Os .Sh NAME @@ -100,8 +100,7 @@ cksum -a sha256 .Sh SEE ALSO .Xr cksum 1 , .Xr md5 1 , -.Xr sha1 1, -.Xr sha2 3 +.Xr sha1 1 .Rs .%T Secure Hash Standard .%O FIPS PUB 180-2 |