diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/arc4random.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/arc4random.3 b/lib/libc/gen/arc4random.3 index 4954f74..ba43b23 100644 --- a/lib/libc/gen/arc4random.3 +++ b/lib/libc/gen/arc4random.3 @@ -59,7 +59,7 @@ The .Fn arc4random_stir function reads data from .Pa /dev/urandom -and uses it to permutate the S-Boxes via +and uses it to permute the S-Boxes via .Fn arc4random_addrandom . .Pp There is no need to call @@ -68,7 +68,7 @@ before using .Fn arc4random , since .Fn arc4random -automatically initalizes itself. +automatically initializes itself. .Sh SEE ALSO .Xr rand 3 , .Xr random 3 , |