diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-07-19 14:50:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-07-19 14:50:17 +0000 |
commit | 40af85d523a1ac1b4032e0f6e4d0c06f8f6af35f (patch) | |
tree | a09dfd352266315e5f376a59de7dff8714a61ad7 /lib | |
parent | d2969bd61a83d3472bb74d12a512c175d2be1191 (diff) |
kern.timecounter.timestepwarnings may be altered; from Kristaps Dzonsons
Diffstat (limited to 'lib')
-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: |