diff options
| -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). |
