diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-06-28 01:52:30 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-06-28 01:52:30 +0000 |
commit | a98736561f69c746fdaf57749c4a1eaece796924 (patch) | |
tree | 4d8b821d786907b709b69d8f8e76acbc420d20be /lib/libc/gen/sysctl.3 | |
parent | 38cdac612c0241b967df8ff77bf066a2717d99a3 (diff) |
new sysctl, ddb.log
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 95bf04fb4b4..52983065cb4 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.104 2003/06/02 20:18:35 millert Exp $ +.\" $OpenBSD: sysctl.3,v 1.105 2003/06/28 01:52:29 tedu Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1484,6 +1484,7 @@ More information is also available in .It Dv DBCTL_TABSTOP No " integer yes" .It Dv DBCTL_PANIC No " integer yes" .It Dv DBCTL_CONSOLE No " integer yes" +.It Dv DBCTL_LOG No " integer yes" .El .Pp .Bl -tag -width "123456" @@ -1514,6 +1515,8 @@ kernel debugger. As described in .Xr securelevel 7 , a security level greater than 1 blocks modification of this variable. +.It Dv DBCTL_LOG +When set, ddb output is also logged in the kernel message buffer. .El .Ss CTL_VM The string and integer information available for the |