diff options
author | 2014-11-25 16:45:24 +0000 | |
---|---|---|
committer | 2014-11-25 16:45:24 +0000 | |
commit | f1669790fcba302546cc4c9c4a4cd9afc00f64a5 (patch) | |
tree | 6bf3330ef2708299ff3f6bbe8c141bd04c6dfe25 /lib/libc/crypt | |
parent | Also cover other diff formats besides unified ones. (diff) | |
download | wireguard-openbsd-f1669790fcba302546cc4c9c4a4cd9afc00f64a5.tar.xz wireguard-openbsd-f1669790fcba302546cc4c9c4a4cd9afc00f64a5.zip |
rand48(3) not drand48(3) to align with the actual man page and Xr
entries.
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/arc4random.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index 07816d68aef..fd0185707ff 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.3,v 1.34 2014/07/19 16:11:16 naddy Exp $ +.\" $OpenBSD: arc4random.3,v 1.35 2014/11/25 16:45:24 millert Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -30,7 +30,7 @@ .\" .\" Manual page, using -mandoc macros .\" -.Dd $Mdocdate: July 19 2014 $ +.Dd $Mdocdate: November 25 2014 $ .Dt ARC4RANDOM 3 .Os .Sh NAME @@ -52,7 +52,7 @@ described in .Xr rand 3 , .Xr random 3 , and -.Xr drand48 3 . +.Xr rand48 3 . .Pp Use of these functions is encouraged for almost all random number consumption because the other interfaces are deficient in either |