Module Name: src
Committed By: sevan
Date: Sat Feb 17 02:11:00 UTC 2018
Modified Files:
src/share/man/man4: options.4
Log Message:
Remove mention of DDB_ONPANIC=2, ddb.dumpstack which is enabled by default now
handles back traces on panic.
To generate a diff of this commit:
cvs rdiff -u -r1.482 -r1.483 src/share/man/man4/options.4
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/man4/options.4
diff -u src/share/man/man4/options.4:1.482 src/share/man/man4/options.4:1.483
--- src/share/man/man4/options.4:1.482 Mon Feb 5 15:02:52 2018
+++ src/share/man/man4/options.4 Sat Feb 17 02:11:00 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.482 2018/02/05 15:02:52 maxv Exp $
+.\" $NetBSD: options.4,v 1.483 2018/02/17 02:11:00 sevan Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -30,7 +30,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd February 5, 2018
+.Dd February 17, 2018
.Dt OPTIONS 4
.Os
.Sh NAME
@@ -554,10 +554,6 @@ The default if not specified is
.Dq 1
- just enter into DDB.
If set to
-.Dq 2
-the kernel will
-attempt to print out a stack trace before entering into DDB.
-If set to
.Dq 0
the kernel will attempt to print out a stack trace
and reboot the system.