diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/crypt/arc4random.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3 index bcefd075fb..07816d68ae 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.33 2014/07/09 16:57:49 beck Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.34 2014/07/19 16:11:16 naddy 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 9 2014 $ | 33 | .Dd $Mdocdate: July 19 2014 $ |
34 | .Dt ARC4RANDOM 3 | 34 | .Dt ARC4RANDOM 3 |
35 | .Os | 35 | .Os |
36 | .Sh NAME | 36 | .Sh NAME |
@@ -69,7 +69,7 @@ to generate a new result. | |||
69 | One data pool is used for all consumers in a process, so that consumption | 69 | One data pool is used for all consumers in a process, so that consumption |
70 | under program flow can act as additional stirring. | 70 | under program flow can act as additional stirring. |
71 | The subsystem is re-seeded from the kernel random number subsystem using | 71 | The subsystem is re-seeded from the kernel random number subsystem using |
72 | .Xr sysctl 3 | 72 | .Xr getentropy 2 |
73 | on a regular basis, and also upon | 73 | on a regular basis, and also upon |
74 | .Xr fork 2 . | 74 | .Xr fork 2 . |
75 | .Pp | 75 | .Pp |