console_ioctl.4: Add K_OFF keyboard mode

In addition to the already documented keyboard modes (K_RAW, K_XLATE,
K_MEDIUMRAW, and K_UNICODE) there is also K_OFF one, defined for
KDGKBMODE and KDSKBMODE ioctl requests in <linux/kd.h>.
This commit is contained in:
Miroslav Koskar 2016-10-10 22:47:00 +02:00 committed by Michael Kerrisk
parent 696bd2daca
commit cdfa5c7f8e
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ K_RAW 0x00
K_XLATE 0x01
K_MEDIUMRAW 0x02
K_UNICODE 0x03
K_OFF 0x04
.TE
.TP
.B KDSKBMODE