Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 Improve description of ddb.commandonenter.



details:   https://anonhg.NetBSD.org/src/rev/a2aa08b3068e
branches:  trunk
changeset: 830032:a2aa08b3068e
user:      sevan <sevan%NetBSD.org@localhost>
date:      Thu Feb 22 14:49:29 2018 +0000

description:
Improve description of ddb.commandonenter.

diffstat:

 share/man/man7/sysctl.7 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8a47c62e8994 -r a2aa08b3068e share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Thu Feb 22 14:37:53 2018 +0000
+++ b/share/man/man7/sysctl.7   Thu Feb 22 14:49:29 2018 +0000
@@ -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 @@
 .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.



Home | Main Index | Thread Index | Old Index