summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2005-02-14 21:14:00 +0000
committerbrueffer <brueffer@FreeBSD.org>2005-02-14 21:14:00 +0000
commit8fd780af2427a55e915b13e7f8ebde745d1f4a92 (patch)
tree149f7d4ef2fe8679a6f03da414631c0d93b7a3f0
parent8453d35f2443156ae75b913e573019c05a7442d2 (diff)
downloadFreeBSD-src-8fd780af2427a55e915b13e7f8ebde745d1f4a92.zip
FreeBSD-src-8fd780af2427a55e915b13e7f8ebde745d1f4a92.tar.gz
Adapt for new KDB world order.
PR: 77528 Submitted by: Jamin Brown <alec@gwi.net> MFC after: 3 days
-rw-r--r--share/man/man4/syscons.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4
index 5eddb5e..974ca9b 100644
--- a/share/man/man4/syscons.4
+++ b/share/man/man4/syscons.4
@@ -38,7 +38,7 @@
.Cd "options SC_ALT_MOUSE_IMAGE"
.Cd "options SC_CUT_SEPCHARS=_characters_"
.Cd "options SC_CUT_SPACES2TABS"
-.Cd "options SC_DISABLE_DDBKEY"
+.Cd "options SC_DISABLE_KDBKEY"
.Cd "options SC_DISABLE_REBOOT"
.Cd "options SC_HISTORY_SIZE=N"
.Cd "options SC_MOUSE_CHAR=C"
@@ -279,14 +279,14 @@ This options instructs the driver to convert leading spaces into tabs
when copying data into cut buffer.
This might be useful to preserve
indentation when copying tab-indented text.
-.It Dv SC_DISABLE_DDBKEY
+.It Dv SC_DISABLE_KDBKEY
This option disables the ``debug'' key combination (by default, it is
.Dv Alt-Esc ,
or
.Dv Ctl-PrintScreen ) .
It will prevent users from
-entering the kernel debugger (DDB) by pressing the key combination.
-DDB will still be invoked when the kernel panics or hits a break point
+entering the kernel debugger (KDB) by pressing the key combination.
+KDB will still be invoked when the kernel panics or hits a break point
if it is included in the kernel.
.It Dv SC_DISABLE_REBOOT
This option disables the ``reboot'' key (by default, it is
OpenPOWER on IntegriCloud