Index: share/man/man4/vt.4 =================================================================== --- share/man/man4/vt.4 +++ share/man/man4/vt.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 2, 2014 +.Dd October 16, 2014 .Dt "VIRTUAL TERMINALS" 4 .Os .Sh NAME @@ -203,12 +203,18 @@ is used on computers that boot from BIOS, and .Nm is used on computers that boot from UEFI. -.Sh SYSCTL TUNABLES +.Sh KEYBOARD SYSCTL TUNABLES +These settings control whether certain special key combinations are enabled or +ignored. +The specific key combinations may be configured by using a +.Xr keymap 5 +file. +.Pp These settings can be entered at the .Xr loader 8 prompt or in -.Xr loader.conf 5 . -These settings can also be changed at runtime with the +.Xr loader.conf 5 +and can also be changed at runtime with the .Xr sysctl 8 command. .Bl -tag -width indent @@ -217,15 +223,9 @@ .It Va kern.vt.kbd_poweroff Enable power off key combination. .It Va kern.vt.kbd_reboot. -Enable reboot key combination. -In the default -.Xr keymap 5 -it is Ctrl+Alt+Del. +Enable reboot key combination (usually Ctrl+Alt+Del). .It Va kern.vt.kbd_debug -Enable debug request key combination. -In the default -.Xr keymap 5 -it is Ctrl+Alt+Esc. +Enable debug request key combination (usually Ctrl+Alt+Esc). .It Va kern.vt.kbd_panic Enable panic key combination. .El