sysctl: improve debug.kdb.panic_str description

Improve the wording for this sysctl.

Submitted by: rpokala@
This commit is contained in:
Warner Losh 2021-01-09 11:10:42 -07:00
parent 53c8d22495
commit 40e6e2c2f7

View File

@ -113,7 +113,7 @@ SYSCTL_PROC(_debug_kdb, OID_AUTO, panic,
SYSCTL_PROC(_debug_kdb, OID_AUTO, panic_str,
CTLTYPE_STRING | CTLFLAG_RW | CTLFLAG_SECURE | CTLFLAG_MPSAFE, NULL, 0,
kdb_sysctl_panic_str, "A",
"set to panic the kernel with using the string as the panic message");
"trigger a kernel panic, using the provided string as the panic message");
SYSCTL_PROC(_debug_kdb, OID_AUTO, trap,
CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_SECURE | CTLFLAG_MPSAFE, NULL, 0,