1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Adapt for new KDB world order.

PR:		77528
Submitted by:	Jamin Brown <alec@gwi.net>
MFC after:	3 days
This commit is contained in:
Christian Brueffer 2005-02-14 21:14:00 +00:00
parent 8db456bf17
commit 05df7aed21
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141929

View File

@ -38,7 +38,7 @@
.Cd "options SC_ALT_MOUSE_IMAGE" .Cd "options SC_ALT_MOUSE_IMAGE"
.Cd "options SC_CUT_SEPCHARS=_characters_" .Cd "options SC_CUT_SEPCHARS=_characters_"
.Cd "options SC_CUT_SPACES2TABS" .Cd "options SC_CUT_SPACES2TABS"
.Cd "options SC_DISABLE_DDBKEY" .Cd "options SC_DISABLE_KDBKEY"
.Cd "options SC_DISABLE_REBOOT" .Cd "options SC_DISABLE_REBOOT"
.Cd "options SC_HISTORY_SIZE=N" .Cd "options SC_HISTORY_SIZE=N"
.Cd "options SC_MOUSE_CHAR=C" .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. when copying data into cut buffer.
This might be useful to preserve This might be useful to preserve
indentation when copying tab-indented text. 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 This option disables the ``debug'' key combination (by default, it is
.Dv Alt-Esc , .Dv Alt-Esc ,
or or
.Dv Ctl-PrintScreen ) . .Dv Ctl-PrintScreen ) .
It will prevent users from It will prevent users from
entering the kernel debugger (DDB) by pressing the key combination. entering the kernel debugger (KDB) by pressing the key combination.
DDB will still be invoked when the kernel panics or hits a break point KDB will still be invoked when the kernel panics or hits a break point
if it is included in the kernel. if it is included in the kernel.
.It Dv SC_DISABLE_REBOOT .It Dv SC_DISABLE_REBOOT
This option disables the ``reboot'' key (by default, it is This option disables the ``reboot'' key (by default, it is