diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-12 08:50:46 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-12 08:52:07 +0200 |
| commit | 789353dadf27e4819b0ccea69c0c3acf97267d9d (patch) | |
| tree | d0dd24624cc0ccc9f06d2b20b36ae974daa1f287 | |
| parent | baf6737ea91d93d79d7d464fab14bda91619faee (diff) | |
| download | man-pages-789353dadf27e4819b0ccea69c0c3acf97267d9d.tar.gz | |
console_ioctl.4: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man4/console_ioctl.4 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4 index 86c5e4b374..24a22aabf9 100644 --- a/man4/console_ioctl.4 +++ b/man4/console_ioctl.4 @@ -136,7 +136,8 @@ Get text/graphics mode. points to an .I int which is set to one -of the above values. +of the values shown above for +.BR KDSETMODE . .TP .B KDMKTONE Generate tone of specified length. @@ -380,7 +381,8 @@ Sets current keyboard mode. .I argp is a .I long -equal to one of the above values. +equal to one of the values shown for +.BR KDGKBMODE . .TP .B KDGKBMETA Gets meta key handling mode. @@ -400,7 +402,8 @@ Sets meta key handling mode. .I argp is a .I long -equal to one of the above values. +equal to one of the values shown above for +.BR KDGKBMETA . .TP .B KDGKBENT Gets one entry in key translation table (keycode to action code). |
