summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormillert <>2014-11-25 16:45:24 +0000
committermillert <>2014-11-25 16:45:24 +0000
commit5035cb260b2f6ca351c612c3e051a8db725a6bbd (patch)
treeb9a29621cb730ad16a70433368b6405fd2b7004a
parenta305ce75260ee35607c726d91d53bb1858e2181d (diff)
downloadopenbsd-5035cb260b2f6ca351c612c3e051a8db725a6bbd.tar.gz
openbsd-5035cb260b2f6ca351c612c3e051a8db725a6bbd.tar.bz2
openbsd-5035cb260b2f6ca351c612c3e051a8db725a6bbd.zip
rand48(3) not drand48(3) to align with the actual man page and Xr
entries.
-rw-r--r--src/lib/libc/crypt/arc4random.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3
index 07816d68ae..fd0185707f 100644
--- a/src/lib/libc/crypt/arc4random.3
+++ b/src/lib/libc/crypt/arc4random.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: arc4random.3,v 1.34 2014/07/19 16:11:16 naddy Exp $ 1.\" $OpenBSD: arc4random.3,v 1.35 2014/11/25 16:45:24 millert Exp $
2.\" 2.\"
3.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 3.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4.\" All rights reserved. 4.\" All rights reserved.
@@ -30,7 +30,7 @@
30.\" 30.\"
31.\" Manual page, using -mandoc macros 31.\" Manual page, using -mandoc macros
32.\" 32.\"
33.Dd $Mdocdate: July 19 2014 $ 33.Dd $Mdocdate: November 25 2014 $
34.Dt ARC4RANDOM 3 34.Dt ARC4RANDOM 3
35.Os 35.Os
36.Sh NAME 36.Sh NAME
@@ -52,7 +52,7 @@ described in
52.Xr rand 3 , 52.Xr rand 3 ,
53.Xr random 3 , 53.Xr random 3 ,
54and 54and
55.Xr drand48 3 . 55.Xr rand48 3 .
56.Pp 56.Pp
57Use of these functions is encouraged for almost all random number 57Use of these functions is encouraged for almost all random number
58consumption because the other interfaces are deficient in either 58consumption because the other interfaces are deficient in either