summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorheko <heko@openbsd.org>2001-09-28 16:02:52 +0000
committerheko <heko@openbsd.org>2001-09-28 16:02:52 +0000
commit62da6e2cab5bd3fddac4d86c35b78c6484578c9b (patch)
tree3a276d51e2e411fa1468f7f91afac0cd20ab8b3c
parentbug: read user config first; report kaukasoi@elektroni.ee.tut.fi (diff)
downloadwireguard-openbsd-62da6e2cab5bd3fddac4d86c35b78c6484578c9b.tar.xz
wireguard-openbsd-62da6e2cab5bd3fddac4d86c35b78c6484578c9b.zip
Typo; spotted by Jussi Laako <jussi@jlaako.pp.fi>
ok mickey@, dm@
-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 ,