summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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