summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2008-03-02 22:30:06 +0000
committerDamien Miller <djm@cvs.openbsd.org>2008-03-02 22:30:06 +0000
commit4b1ffd5efab4a0e8da34af4e0a80544e6935990e (patch)
tree56495afb4187ca0952668c4af0ed7e15f84e723f /share/man
parentdab86171f41996643a0e3c5f00b2b4e03e7de179 (diff)
improve wording - from deraadt@
Diffstat (limited to 'share/man')
-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 ac4246dceba..b63c3459da1 100644
--- a/share/man/man9/random.9
+++ b/share/man/man9/random.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: random.9,v 1.23 2008/03/02 21:29:07 djm Exp $
+.\" $OpenBSD: random.9,v 1.24 2008/03/02 22:30:05 djm Exp $
.\"
.\" Copyright (c) 1996,2000 Michael Shalayeff
.\" All rights reserved.
@@ -93,7 +93,7 @@ to the entropy pool.
.Fn arc4random_uniform
will return a uniformly distributed random number less than
.Fa upper_bound ,
-avoiding "modulo bias" when the upper bound is not a divisor of 2**32.
+avoiding "modulo bias" when the upper bound is not a power of two.
.Sh SEE ALSO
.Xr arc4random 3 ,
.Xr pchb 4 ,