diff options
author | 2011-01-09 00:06:50 +0000 | |
---|---|---|
committer | 2011-01-09 00:06:50 +0000 | |
commit | 0a2df620fa6d851d22a3ee181d0402e30ee71ced (patch) | |
tree | 04de606c687fbf5ddd520845db61fb2c58d81a7a /share/man/man9/md5.9 | |
parent | forward decl struct proc (diff) | |
download | wireguard-openbsd-0a2df620fa6d851d22a3ee181d0402e30ee71ced.tar.xz wireguard-openbsd-0a2df620fa6d851d22a3ee181d0402e30ee71ced.zip |
update random(4) and arc4random(9) manual pages
Diffstat (limited to 'share/man/man9/md5.9')
-rw-r--r-- | share/man/man9/md5.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/md5.9 b/share/man/man9/md5.9 index 99a619e8ea0..743e18d56c7 100644 --- a/share/man/man9/md5.9 +++ b/share/man/man9/md5.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: md5.9,v 1.10 2007/05/31 19:20:00 jmc Exp $ +.\" $OpenBSD: md5.9,v 1.11 2011/01/09 00:06:50 deraadt Exp $ .\" .\" Copyright (c) 1996 Michael Shalayeff .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 9 2011 $ .Dt MD5 9 .Os .Sh NAME @@ -68,4 +68,4 @@ The MD5 cryptographic checksum was devised by Ronald Rivest, and is documented in RFC 1321, "The MD5 Message Digest Algorithm". .Sh SEE ALSO .Xr random 4 , -.Xr random 9 +.Xr arc4random 9 |