summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2000-04-26 19:15:13 +0000
committermickey <mickey@openbsd.org>2000-04-26 19:15:13 +0000
commitd42671343bba08312518696512dcaa2c16d42052 (patch)
treef30990462a0a8d8d4e484a6248c6a6ab754d6233
parentTurn on a bit (for 82558/82559 only) which disables the chip's (diff)
downloadwireguard-openbsd-d42671343bba08312518696512dcaa2c16d42052.tar.xz
wireguard-openbsd-d42671343bba08312518696512dcaa2c16d42052.zip
some grammar, and xr pchb(4)
-rw-r--r--share/man/man9/random.95
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/random.9 b/share/man/man9/random.9
index a9e4517061d..f11380377a0 100644
--- a/share/man/man9/random.9
+++ b/share/man/man9/random.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: random.9,v 1.7 2000/04/11 21:00:47 mickey Exp $
+.\" $OpenBSD: random.9,v 1.8 2000/04/26 19:15:13 mickey Exp $
.\"
.\" Copyright (c) 1996,2000 Michael Shalayeff
.\" All rights reserved.
@@ -71,7 +71,7 @@ is just mixed into the pool and does not increase entropy counter.
.br
.Nm add_true_randomness
does not involve usuall timing calculations
-and cause passed data argument to added to the entropy pool
+and causes supplied data argument added to the entropy pool
increasing the entropy counter by 32 bits.
.br
.Nm add_timer_randomness
@@ -92,4 +92,5 @@ the aRC4 algorithm, which appears to be faster and less abusive
to the entropy pool.
.Sh SEE ALSO
.Xr arc4random 3 ,
+.Xr pchb 4 ,
.Xr random 4