Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 Sort ddb section in alphabetical order.



details:   https://anonhg.NetBSD.org/src/rev/12e20f4dbe12
branches:  trunk
changeset: 830030:12e20f4dbe12
user:      sevan <sevan%NetBSD.org@localhost>
date:      Thu Feb 22 14:32:50 2018 +0000

description:
Sort ddb section in alphabetical order.
Bump date.

diffstat:

 share/man/man7/sysctl.7 |  43 +++++++++++++++++++++----------------------
 1 files changed, 21 insertions(+), 22 deletions(-)

diffs (90 lines):

diff -r 1d3014c1322e -r 12e20f4dbe12 share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Thu Feb 22 14:24:03 2018 +0000
+++ b/share/man/man7/sysctl.7   Thu Feb 22 14:32:50 2018 +0000
@@ -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 @@
 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.onpanic        integer yes
+.It ddb.panicstackframes       integer yes
+.It ddb.radix  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
 .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 @@
 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 @@
 .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



Home | Main Index | Thread Index | Old Index