diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-12-23 09:57:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-12-23 09:57:56 +0000 |
commit | 0fb9e3402b21f33e4b8025dbacf175aef0702c71 (patch) | |
tree | 703e638fbde27d6815be663fe26ccb3944cedcbd /lib/libc/gen | |
parent | 73ecc390cf52f02cf7f8a7ffc0c8a85b5f7ce54c (diff) |
ddb.console does not override machdep.kbdreset, so don't say it does;
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index b65120ca0e6..51840ae3878 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.184 2008/11/09 09:00:28 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.185 2008/12/23 09:57:55 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: November 9 2008 $ +.Dd $Mdocdate: December 23 2008 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -186,11 +186,6 @@ When running with a .Xr securelevel 7 greater than 0, this variable may not be raised. -It also overrides the behavior of -.Va machdep.kbdreset , -causing the kernel to enter -.Xr ddb 4 -instead of triggering a system shutdown. .It Dv DBCTL_LOG When set, ddb output is also logged in the kernel message buffer. .It Dv DBCTL_MAXLINE |