summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2006-06-17 02:58:18 +0000
committeremaste <emaste@FreeBSD.org>2006-06-17 02:58:18 +0000
commitf932a159eec3a5f55a9d7ffdbddaefb022063675 (patch)
tree750a3287caf08a07eade3aa64068114011078d47
parenta0100cc14da899ea9608c3add4b42a605bfb94f6 (diff)
downloadFreeBSD-src-f932a159eec3a5f55a9d7ffdbddaefb022063675.zip
FreeBSD-src-f932a159eec3a5f55a9d7ffdbddaefb022063675.tar.gz
Add a description for sysctl -d.
-rw-r--r--sys/kern/subr_kdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_kdb.c b/sys/kern/subr_kdb.c
index e7b9a73..6b2be99 100644
--- a/sys/kern/subr_kdb.c
+++ b/sys/kern/subr_kdb.c
@@ -89,7 +89,7 @@ SYSCTL_PROC(_debug_kdb, OID_AUTO, trap, CTLTYPE_INT | CTLFLAG_RW, 0, 0,
#ifdef SMP
static int kdb_stop_cpus = 1;
SYSCTL_INT(_debug_kdb, OID_AUTO, stop_cpus, CTLTYPE_INT | CTLFLAG_RW,
- &kdb_stop_cpus, 0, "");
+ &kdb_stop_cpus, 0, "stop other CPUs when entering the debugger");
TUNABLE_INT("debug.kdb.stop_cpus", &kdb_stop_cpus);
#endif
OpenPOWER on IntegriCloud