diff options
Diffstat (limited to 'man/man3/keyboard.3')
| -rw-r--r-- | man/man3/keyboard.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/man3/keyboard.3 b/man/man3/keyboard.3 index feedfd2e..69d81f70 100644 --- a/man/man3/keyboard.3 +++ b/man/man3/keyboard.3 @@ -23,14 +23,14 @@ void closekeyboard(Keyboard *kc) .SH DESCRIPTION These functions access and control a keyboard interface for character-at-a-time I/O in a multi-threaded environment, usually in combination with -.MR mouse (3) . +.MR mouse 3 . They use the message-passing .B Channel interface in the threads library (see -.MR thread (3) ); +.MR thread 3 ); programs that wish a more event-driven, single-threaded approach should use -.MR event (3) . +.MR event 3 . .PP .I Initkeyboard opens a connection to the keyboard and returns a @@ -86,10 +86,10 @@ structure. .SH SOURCE .B \*9/src/libdraw .SH SEE ALSO -.MR graphics (3) , -.MR draw (3) , -.MR event (3) , -.MR thread (3) . +.MR graphics 3 , +.MR draw 3 , +.MR event 3 , +.MR thread 3 . .SH BUGS Because the interface delivers complete runes, there is no way to report lesser actions such as |
