diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-04-26 19:15:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-04-26 19:15:14 +0000 |
commit | 0d3a7bcc69a2674aa2f016a2ff7c1faae02d765b (patch) | |
tree | 6a04eef120521ef5f20f43b5263539d495921c17 | |
parent | df44263382c56c3dfc2b9c21f78f778a6eb0274c (diff) |
some grammar, and xr pchb(4)
-rw-r--r-- | share/man/man9/random.9 | 5 |
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 |