Module Name: src
Committed By: wiz
Date: Sat Apr 21 12:38:17 UTC 2018
Modified Files:
src/share/man/man7: sysctl.7
Log Message:
New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 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.124 src/share/man/man7/sysctl.7:1.125
--- src/share/man/man7/sysctl.7:1.124 Thu Feb 22 14:49:29 2018
+++ src/share/man/man7/sysctl.7 Sat Apr 21 12:38:17 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysctl.7,v 1.124 2018/02/22 14:49:29 sevan Exp $
+.\" $NetBSD: sysctl.7,v 1.125 2018/04/21 12:38:17 wiz Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -2450,7 +2450,7 @@ privilege may change the value.
.Bl -column "Second level name" "integer" "Changeable" -offset indent
.It Sy Second level name Ta Sy Type Ta Sy Changeable
.It ddb.commandonenter string yes
-.It ddb.dumpstack integer yes
+.It ddb.dumpstack integer yes
.It ddb.fromconsole integer yes
.It ddb.lines integer yes
.It ddb.maxoff integer yes
@@ -2467,7 +2467,8 @@ If not empty, the string is used as the
DDB is entered.
.It Li ddb.dumpstack
A value of 1 causes a stack trace to be printed on entering ddb from a panic.
-A value of 0 disables this behaviour. The default value is 1.
+A value of 0 disables this behaviour.
+The default value is 1.
.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.