diff --git a/share/man/man4/keyboard.4 b/share/man/man4/keyboard.4 index cc18665ab47a..c697a690c4e2 100644 --- a/share/man/man4/keyboard.4 +++ b/share/man/man4/keyboard.4 @@ -120,8 +120,6 @@ The function keys are numbered like this: Ctrl F1-F12 key 25 - 36 Ctrl+shift F1-F12 key 37 - 48 - Back tab key 16 (overloaded) - (keypad) 5 key 48 (overloaded) Home key 49 Up arrow key 50 Page Up key 51 @@ -137,6 +135,8 @@ The function keys are numbered like this: Left window key 61 Right window key 62 Menu key 63 + Back tab key 64 + (keypad) 5 key 65 .Ed The kbdcontrol utility also allows changing these values at runtime. diff --git a/share/man/man4/man4.i386/keyboard.4 b/share/man/man4/man4.i386/keyboard.4 index cc18665ab47a..c697a690c4e2 100644 --- a/share/man/man4/man4.i386/keyboard.4 +++ b/share/man/man4/man4.i386/keyboard.4 @@ -120,8 +120,6 @@ The function keys are numbered like this: Ctrl F1-F12 key 25 - 36 Ctrl+shift F1-F12 key 37 - 48 - Back tab key 16 (overloaded) - (keypad) 5 key 48 (overloaded) Home key 49 Up arrow key 50 Page Up key 51 @@ -137,6 +135,8 @@ The function keys are numbered like this: Left window key 61 Right window key 62 Menu key 63 + Back tab key 64 + (keypad) 5 key 65 .Ed The kbdcontrol utility also allows changing these values at runtime.