diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 5812dd72a44..7560b4814a8 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.235 2014/05/07 08:14:59 mpi Exp $ +.\" $OpenBSD: sysctl.3,v 1.236 2014/06/13 08:28:43 deraadt Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 7 2014 $ +.Dd $Mdocdate: June 13 2014 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -476,10 +476,9 @@ The maximum number of bytes allowed among the arguments to Returns a maximum of 256 random bytes from the kernel using the .Xr arc4random 9 function. -This can be useful if -.Pa /dev/arandom -is not available (see -.Xr random 4 ) . +Consider using +.Xr getentropy 2 +directly. .It Dv KERN_BOOTTIME A .Li struct timeval |