summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-06-09 06:04:02 +0000
committerjmc <jmc@openbsd.org>2008-06-09 06:04:02 +0000
commita1148620c5cc6a20cc9863f84b6b2599707b9596 (patch)
treeaaa6becde04d83ee212e5873cd088ea106a1aff0
parentAllocate the video buffer based on the maximum frame size that's reported (diff)
downloadwireguard-openbsd-a1148620c5cc6a20cc9863f84b6b2599707b9596.tar.xz
wireguard-openbsd-a1148620c5cc6a20cc9863f84b6b2599707b9596.zip
fix an Xr, and use a more appropriate macro;
-rw-r--r--lib/libc/crypt/arc4random.38
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