diff options
author | 2007-07-19 14:50:16 +0000 | |
---|---|---|
committer | 2007-07-19 14:50:16 +0000 | |
commit | 82d546db45e3383c51c79fe4d5abc7e8518c7797 (patch) | |
tree | e1877bd31331165202b81d19aee2d86758476199 /lib/libc | |
parent | Sync with cvs: (diff) | |
download | wireguard-openbsd-82d546db45e3383c51c79fe4d5abc7e8518c7797.tar.xz wireguard-openbsd-82d546db45e3383c51c79fe4d5abc7e8518c7797.zip |
kern.timecounter.timestepwarnings may be altered; from Kristaps Dzonsons
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 377c1415df1..a19e1e99f89 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.171 2007/07/16 22:41:56 cnst Exp $ +.\" $OpenBSD: sysctl.3,v 1.172 2007/07/19 14:50:16 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 16 2007 $ +.Dd $Mdocdate: July 19 2007 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -908,7 +908,7 @@ privileges may change the value. .It Dv KERN_TIMECOUNTER_CHOICE No " string no" .It Dv KERN_TIMECOUNTER_HARDWARE No " string yes" .It Dv KERN_TIMECOUNTER_TICK No " integer no" -.It Dv KERN_TIMECOUNTER_TIMESTEPWARNINGS No " integer no" +.It Dv KERN_TIMECOUNTER_TIMESTEPWARNINGS No " integer yes" .El .Pp The variables are as follows: |