diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-09 06:04:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-09 06:04:03 +0000 |
commit | 913c5a2cbdcf0abd5d4b576848145e065bd3f214 (patch) | |
tree | 14797f17184ee97439ed183a174bab00204886bf | |
parent | 0cdbb8efe06fea47797ab4394ddece21c51ae77e (diff) |
fix an Xr, and use a more appropriate macro;
-rw-r--r-- | lib/libc/crypt/arc4random.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index db9405aa780..2a12c6d94ee 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.3,v 1.25 2008/06/08 18:37:09 deraadt Exp $ +.\" $OpenBSD: arc4random.3,v 1.26 2008/06/09 06:04:02 jmc Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -30,7 +30,7 @@ .\" .\" Manual page, using -mandoc macros .\" -.Dd $Mdocdate: June 8 2008 $ +.Dd $Mdocdate: June 9 2008 $ .Dt ARC4RANDOM 3 .Os .Sh NAME @@ -97,9 +97,9 @@ as it avoids "modulo bias" when the upper bound is not a power of two. The .Fn arc4random_stir function reads data using -.Xr sysctl 2 +.Xr sysctl 3 from -.Pa kern.arandom +.Va kern.arandom and uses it to permute the S-Boxes via .Fn arc4random_addrandom . .Pp |