diff options
-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 81200a3139..bf88ddde72 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.5 1999/05/16 19:54:46 alex Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.6 1999/05/17 18:14:36 deraadt Exp $ |
2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
3 | .\" All rights reserved. | 3 | .\" All rights reserved. |
4 | .\" | 4 | .\" |
@@ -59,7 +59,7 @@ The | |||
59 | .Fn arc4random_stir | 59 | .Fn arc4random_stir |
60 | function reads data from | 60 | function reads data from |
61 | .Pa /dev/arandom | 61 | .Pa /dev/arandom |
62 | and uses it to permutate the S-Boxes via | 62 | and uses it to permute the S-Boxes via |
63 | .Fn arc4random_addrandom . | 63 | .Fn arc4random_addrandom . |
64 | .Pp | 64 | .Pp |
65 | There is no need to call | 65 | There is no need to call |
@@ -68,7 +68,7 @@ before using | |||
68 | .Fn arc4random , | 68 | .Fn arc4random , |
69 | since | 69 | since |
70 | .Fn arc4random | 70 | .Fn arc4random |
71 | automatically initalizes itself. | 71 | automatically initializes itself. |
72 | .Sh SEE ALSO | 72 | .Sh SEE ALSO |
73 | .Xr rand 3 , | 73 | .Xr rand 3 , |
74 | .Xr rand48 3 , | 74 | .Xr rand48 3 , |