Deleted Added
full compact
25c25
< .\" $FreeBSD: stable/10/share/man/man4/vt.4 271095 2014-09-04 13:45:16Z se $
---
> .\" $FreeBSD: stable/10/share/man/man4/vt.4 273294 2014-10-20 00:22:08Z emaste $
27c27
< .Dd July 2, 2014
---
> .Dd October 16, 2014
47a48,56
> .Pp
> In
> .Xr loader.conf 5 or
> .Xr sysctl.conf 5 :
> .Cd kern.vt.kbd_halt=1
> .Cd kern.vt.kbd_poweroff=1
> .Cd kern.vt.kbd_reboot=1
> .Cd kern.vt.kbd_debug=1
> .Cd kern.vt.kbd_panic=0
187,191c196
< When both
< .Nm
< and
< .Xr sc 4 have been compiled into the kernel, the one to use for the
< system console can be selected by setting this value to
---
> Set this value to
194,195c199,201
< .Ql sc .
< If this value is not set,
---
> .Ql sc
> to override the default driver used for the system console.
> By default,
197c203,230
< is used.
---
> is used on computers that boot from BIOS, and
> .Nm
> is used on computers that boot from UEFI.
> .Sh KEYBOARD SYSCTL TUNABLES
> These settings control whether certain special key combinations are enabled or
> ignored.
> The specific key combinations can 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
> and can also be changed at runtime with the
> .Xr sysctl 8
> command.
> .Bl -tag -width indent
> .It Va kern.vt.kbd_halt
> Enable halt keyboard combination.
> .It Va kern.vt.kbd_poweroff
> Enable power off key combination.
> .It Va kern.vt.kbd_reboot.
> Enable reboot key combination, usually Ctrl+Alt+Del.
> .It Va kern.vt.kbd_debug
> Enable debug request key combination, usually Ctrl+Alt+Esc.
> .It Va kern.vt.kbd_panic
> Enable panic key combination.