Module Name: src
Committed By: sevan
Date: Thu Feb 22 14:32:50 UTC 2018
Modified Files:
src/share/man/man7: sysctl.7
Log Message:
Sort ddb section in alphabetical order.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 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.121 src/share/man/man7/sysctl.7:1.122
--- src/share/man/man7/sysctl.7:1.121 Thu Jan 11 09:53:55 2018
+++ src/share/man/man7/sysctl.7 Thu Feb 22 14:32:50 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysctl.7,v 1.121 2018/01/11 09:53:55 pgoyette Exp $
+.\" $NetBSD: sysctl.7,v 1.122 2018/02/22 14:32:50 sevan Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95
.\"
-.Dd December 28, 2017
+.Dd February 22, 2018
.Dt SYSCTL 7
.Os
.Sh NAME
@@ -2447,31 +2447,31 @@ The information available for the
level is detailed below.
The changeable column shows whether a process with appropriate
privilege may change the value.
-.\" XXX sort
.Bl -column "Second level name" "integer" "Changeable" -offset indent
.It Sy Second level name Ta Sy Type Ta Sy Changeable
-.It ddb.radix integer yes
+.It ddb.commandonenter string yes
+.It ddb.fromconsole integer yes
+.It ddb.lines integer yes
.It ddb.maxoff integer yes
.It ddb.maxwidth integer yes
-.It ddb.lines integer yes
-.It ddb.tabstops integer yes
.It ddb.onpanic integer yes
-.It ddb.fromconsole integer yes
-.It ddb.tee_msgbuf integer yes
-.It ddb.commandonenter string yes
.It ddb.panicstackframes integer yes
+.It ddb.radix integer yes
+.It ddb.tabstops integer yes
+.It ddb.tee_msgbuf integer yes
.El
.Bl -tag -width "123456"
-.It Li ddb.radix ( Dv DDBCTL_RADIX )
-The input and output radix.
+.It Li ddb.commandonenter
+If not empty, a command to be executed on each enter to the DDB.
+.It Li ddb.fromconsole ( Dv 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.lines ( Dv DDBCTL_LINES )
+Number of display lines.
.It Li ddb.maxoff ( Dv DDBCTL_MAXOFF )
The maximum symbol offset.
.It Li ddb.maxwidth ( Dv DDBCTL_MAXWIDTH )
The maximum output line width.
-.It Li ddb.lines ( Dv DDBCTL_LINES )
-Number of display lines.
-.It Li ddb.tabstops ( Dv DDBCTL_TABSTOPS )
-Tab width.
.It Li ddb.onpanic ( Dv DDBCTL_ONPANIC )
If greater than zero, DDB will be entered if the kernel panics.
A value of 1 causes the system to enter DDB on panic, while a value of 2
@@ -2479,13 +2479,6 @@ causes the kernel to attempt to print ou
A value of 0 causes the kernel to attempt to print a stack trace, then
reboot, while a value of \-1 means neither a stack trace will be printed
nor DDB entered.
-.It Li ddb.fromconsole ( Dv 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
-If not zero, DDB will output also to the kernel message buffer.
-.It Li ddb.commandonenter
-If not empty, a command to be executed on each enter to the DDB.
.It Li ddb.panicstackframes
Number of stack frames to display on panic.
Useful to avoid scrolling away the interesting frames on a glass tty.
@@ -2493,6 +2486,12 @@ Default value is
.Dv 65535
(all frames), useful value around
.Dv 10 .
+.It Li ddb.radix ( Dv DDBCTL_RADIX )
+The input and output radix.
+.It Li ddb.tabstops ( Dv DDBCTL_TABSTOPS )
+Tab width.
+.It Li ddb.tee_msgbuf
+If not zero, DDB will output also to the kernel message buffer.
.El
.Pp
Some of these MIB