Differences between version 3 and previous revision of console_ioctls(4).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Tuesday, June 4, 2002 12:25:03 am | by perry | Revert |
Older page: | version 2 | Last edited on Tuesday, June 4, 2002 12:25:03 am | by perry | Revert |
@@ -60,9 +60,9 @@
__KDGKBLED__
-Get keyboard flags CapsLock, NumLock, ScrollLock (not
+Get keyboard flags !
CapsLock, !
NumLock, !
ScrollLock (not
lights). ''argp'' 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
@@ -71,9 +71,9 @@
__KDSKBLED__
-Set keyboard flags CapsLock, NumLock, ScrollLock (not
+Set keyboard flags !
CapsLock, !
NumLock, !
ScrollLock (not
lights). ''argp'' 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.)
@@ -606,13 +606,13 @@
Use POSIX functions.
!!SEE ALSO
-kbd_mode(1), loadkeys(1), dumpkeys(1),
+__
kbd_mode__
(1), loadkeys(1), dumpkeys(1),
mknod(1), setleds(1), setmetamode(1),
ioperm(2), termios(2), execve(2),
fcntl(2), mt(4), sd(4), tty(4),
ttys(4), vcs(4), vcsa(4),
mapscrn(8), consolechars(8),
resizecons(8), ''/usr/include/linux/kd.h'',
''/usr/include/linux/vt.h''.
----