Document machdep.enable_panic_key.
Submitted by: Craig Rodrigues
This commit is contained in:
parent
426282d2bd
commit
0a3a68fcfc
@ -135,7 +135,7 @@ static bios_values_t bios_value;
|
||||
|
||||
static int enable_panic_key;
|
||||
SYSCTL_INT(_machdep, OID_AUTO, enable_panic_key, CTLFLAG_RW, &enable_panic_key,
|
||||
0, "");
|
||||
0, "Enable panic via keypress specified in kbdmap(5)");
|
||||
|
||||
#define SC_CONSOLECTL 255
|
||||
|
||||
|
@ -229,7 +229,11 @@ Use APM to suspend power.
|
||||
Activate screen saver
|
||||
by toggling between splash/text screen.
|
||||
.It panic
|
||||
Panic the system.
|
||||
Panic the system. The
|
||||
.Xr sysctl 8
|
||||
variable
|
||||
.Va machdep.enable_panic_key
|
||||
must be set to 1 to enable this feature.
|
||||
.It paste
|
||||
Act as mouse buffer paste.
|
||||
.El
|
||||
|
Loading…
Reference in New Issue
Block a user