aboutsummaryrefslogtreecommitdiffstats
path: root/man4/console_ioctl.4
diff options
context:
space:
mode:
Diffstat (limited to 'man4/console_ioctl.4')
-rw-r--r--man4/console_ioctl.46
1 files changed, 4 insertions, 2 deletions
diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4
index b273f712e4..930f11f9c0 100644
--- a/man4/console_ioctl.4
+++ b/man4/console_ioctl.4
@@ -61,13 +61,15 @@ Get keyboard flags CapsLock, NumLock, ScrollLock (not lights).
\fIargp\fP points to a char which is set to the flag state.
The low order three bits (mask 0x7) get the current flag state,
and the low order bits of the next nibble (mask 0x70) get
-the default flag state. (Since 1.1.54.)
+the default flag state.
+(Since 1.1.54.)
.IP \fBKDSKBLED\fP
Set keyboard flags CapsLock, NumLock, ScrollLock (not lights).
\fIargp\fP has the desired flag state.
The low order three bits (mask 0x7) have the flag state,
and the low order bits of the next nibble (mask 0x70) have
-the default flag state. (Since 1.1.54.)
+the default flag state.
+(Since 1.1.54.)
.IP \fBKDGKBTYPE\fP
Get keyboard type.
This returns the value KB_101, defined as 0x02.