summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHeikki Korpela <heko@cvs.openbsd.org>2001-09-28 16:02:53 +0000
committerHeikki Korpela <heko@cvs.openbsd.org>2001-09-28 16:02:53 +0000
commit3fa01871e42a438d4862ad6880f6682cc60ae505 (patch)
treeb7c4ceacc7b15ec4720f79816076a9c16d1e50b3 /share
parentd1b50c60b173675702e80bebb333c39f38bed546 (diff)
Typo; spotted by Jussi Laako <jussi@jlaako.pp.fi>
ok mickey@, dm@
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/random.94
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 ,