Module Name:    src
Committed By:   jruoho
Date:           Tue Mar 23 05:54:34 UTC 2010

Modified Files:
        src/share/man/man7: sysctl.7

Log Message:
Fix the CTL_DDB definitions (DDBCTL_XXX, not DBCTL_XXX).


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man7/sysctl.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.34 src/share/man/man7/sysctl.7:1.35
--- src/share/man/man7/sysctl.7:1.34	Tue Mar 23 05:52:43 2010
+++ src/share/man/man7/sysctl.7	Tue Mar 23 05:54:34 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.7,v 1.34 2010/03/23 05:52:43 jruoho Exp $
+.\"	$NetBSD: sysctl.7,v 1.35 2010/03/23 05:54:34 jruoho Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -1988,19 +1988,19 @@
 .El
 .Pp
 .Bl -tag -width "123456"
-.It Li ddb.radix ( DBCTL_RADIX )
+.It Li ddb.radix ( DDBCTL_RADIX )
 The input and output radix.
-.It Li ddb.maxoff ( DBCTL_MAXOFF )
+.It Li ddb.maxoff ( DDBCTL_MAXOFF )
 The maximum symbol offset.
 .It Li ddb.maxwidth ( DDBCTL_MAXWIDTH )
 The maximum output line width.
-.It Li ddb.lines ( DBCTL_LINES )
+.It Li ddb.lines ( DDBCTL_LINES )
 Number of display lines.
-.It Li ddb.tabstops ( DBCTL_TABSTOPS )
+.It Li ddb.tabstops ( DDBCTL_TABSTOPS )
 Tab width.
-.It Li ddb.onpanic ( DBCTL_ONPANIC )
+.It Li ddb.onpanic ( DDBCTL_ONPANIC )
 If non-zero, DDB will be entered if the kernel panics.
-.It Li ddb.fromconsole ( DBCTL_FROMCONSOLE )
+.It Li ddb.fromconsole ( DDBCTL_FROMCONSOLE )
 If not zero, DDB may be entered by sending a break on a serial
 console or by a special key sequence on a graphics console.
 .It Li ddb.tee_msgbuf

Reply via email to