diff options
author | 2010-07-13 06:57:37 +0000 | |
---|---|---|
committer | 2010-07-13 06:57:37 +0000 | |
commit | abe797cf8bc3f14c539f5128044a331149baebbe (patch) | |
tree | 458cc85ae20ad46a4e45112e4846aac8c3d6e1db | |
parent | sync (diff) | |
download | wireguard-openbsd-abe797cf8bc3f14c539f5128044a331149baebbe.tar.xz wireguard-openbsd-abe797cf8bc3f14c539f5128044a331149baebbe.zip |
no need for userland to refer to section 2/3 pages;
-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 |