console_ioctl.4: ffix

This commit is contained in:
Michael Kerrisk 2008-10-16 12:50:27 +02:00
parent 1f174cb209
commit a89813268d
1 changed files with 7 additions and 7 deletions

View File

@ -35,7 +35,7 @@ requests are supported.
Each requires a third argument, assumed here to be \fIargp\fP.
.IP \fBKDGETLED\fP
Get state of LEDs.
\fIargp\fP points to a long int.
\fIargp\fP points to a \fIlong\fP.
The lower three bits
of \fI*argp\fP are set to the state of the LEDs, as follows:
@ -93,7 +93,7 @@ Set text/graphics mode.
KD_GRAPHICS 0x01
.IP \fBKDGETMODE\fP
Get text/graphics mode.
\fIargp\fP points to a long which is set to one
\fIargp\fP points to a \fIlong\fP which is set to one
of the above values.
.IP \fBKDMKTONE\fP
Generate tone of specified length.
@ -257,7 +257,7 @@ struct unimapinit {
(Since 1.1.92.)
.IP \fBKDGKBMODE\fP
Gets current keyboard mode.
\fIargp\fP points to a long which is set to one
\fIargp\fP points to a \fIlong\fP which is set to one
of these:
K_RAW 0x00
@ -266,17 +266,17 @@ of these:
K_UNICODE 0x03
.IP \fBKDSKBMODE\fP
Sets current keyboard mode.
\fIargp\fP is a long equal to one of the above values.
\fIargp\fP is a \fIlong\fP equal to one of the above values.
.IP \fBKDGKBMETA\fP
Gets meta key handling mode.
\fIargp\fP points to a long which is
\fIargp\fP points to a \fIlong\fP which is
set to one of these:
K_METABIT 0x03 set high order bit
K_ESCPREFIX 0x04 escape prefix
.IP \fBKDSKBMETA\fP
Sets meta key handling mode.
\fIargp\fP is a long equal to one of the above values.
\fIargp\fP is a \fIlong\fP equal to one of the above values.
.IP \fBKDGKBENT\fP
Gets one entry in key translation table (keycode to action code).
\fIargp\fP points to a
@ -374,7 +374,7 @@ The calling process indicates its willingness to accept the signal
(See spawn_console() in linux/drivers/char/keyboard.c.)
.IP \fBVT_OPENQRY\fP
Returns the first available (non-opened) console.
\fIargp\fP points to an int which is set to the
\fIargp\fP points to an \fIint\fP which is set to the
number of the vt (1 <= \fI*argp\fP <= MAX_NR_CONSOLES).
.IP \fBVT_GETMODE\fP
Get mode of active vt.