diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/random.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/random.9 b/share/man/man9/random.9 index f8125bff4ad..b0c0ff1ea51 100644 --- a/share/man/man9/random.9 +++ b/share/man/man9/random.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: random.9,v 1.10 2000/12/22 00:13:34 avsm Exp $ +.\" $OpenBSD: random.9,v 1.11 2001/09/28 16:02:52 heko Exp $ .\" .\" Copyright (c) 1996,2000 Michael Shalayeff .\" All rights reserved. @@ -88,7 +88,7 @@ device. .Nm arc4random , .Nm arc4random_8 will give random 32 and 8 respectively bit numbers hashed with -the aRC4 algorithm, which appears to be faster and less abusive +the ARC4 algorithm, which appears to be faster and less abusive to the entropy pool. .Sh SEE ALSO .Xr arc4random 3 , |