diff options
Diffstat (limited to 'usr/src/man/man3c/arc4random.3c')
-rw-r--r-- | usr/src/man/man3c/arc4random.3c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3c/arc4random.3c b/usr/src/man/man3c/arc4random.3c index 317fd31769..0945f82ed9 100644 --- a/usr/src/man/man3c/arc4random.3c +++ b/usr/src/man/man3c/arc4random.3c @@ -69,7 +69,7 @@ to generate a new result. One data pool is used for all consumers in a process, so that consumption under program flow can act as additional stirring. The subsystem is re-seeded from the kernel random number subsystem using -.Xr getentropy 2 +.Xr getentropy 3C on a regular basis, and also upon .Xr fork 2 . .Pp |