Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man7 Fix the CTL_DDB definitions (DDBCTL_XXX, not ...
details: https://anonhg.NetBSD.org/src/rev/5b2ee136c478
branches: trunk
changeset: 753337:5b2ee136c478
user: jruoho <jruoho%NetBSD.org@localhost>
date: Tue Mar 23 05:54:34 2010 +0000
description:
Fix the CTL_DDB definitions (DDBCTL_XXX, not DBCTL_XXX).
diffstat:
share/man/man7/sysctl.7 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r 267e7ebce41f -r 5b2ee136c478 share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7 Tue Mar 23 05:52:43 2010 +0000
+++ b/share/man/man7/sysctl.7 Tue Mar 23 05:54:34 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index