Module Name: src
Committed By: sevan
Date: Thu Feb 22 14:49:29 UTC 2018
Modified Files:
src/share/man/man7: sysctl.7
Log Message:
Improve description of ddb.commandonenter.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 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.123 src/share/man/man7/sysctl.7:1.124
--- src/share/man/man7/sysctl.7:1.123 Thu Feb 22 14:37:53 2018
+++ src/share/man/man7/sysctl.7 Thu Feb 22 14:49:29 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysctl.7,v 1.123 2018/02/22 14:37:53 sevan Exp $
+.\" $NetBSD: sysctl.7,v 1.124 2018/02/22 14:49:29 sevan Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -2463,7 +2463,8 @@ privilege may change the value.
.El
.Bl -tag -width "123456"
.It Li ddb.commandonenter
-If not empty, a command to be executed on each enter to the DDB.
+If not empty, the string is used as the DDB command to be executed each time
+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.