From bf8a59fa013f5c705369fbe14e23ca78c4d09cb8 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 11 Apr 2004 03:42:27 +0000 Subject: Rewrite page(2) references to page(3). Add description of new libmach. --- man/man3/keyboard.3 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'man/man3/keyboard.3') diff --git a/man/man3/keyboard.3 b/man/man3/keyboard.3 index b123406c..ae7a2248 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 -.IR mouse (2). +.IR mouse (3). They use the message-passing .B Channel interface in the threads library (see -.IR thread (2)); +.IR thread (3)); programs that wish a more event-driven, single-threaded approach should use -.IR event (2). +.IR event (3). .PP .I Initkeyboard opens a connection to the keyboard and returns a @@ -94,10 +94,10 @@ structure. .SH SOURCE .B /sys/src/libdraw .SH SEE ALSO -.IR graphics (2), -.IR draw (2), -.IR event (2), -.IR thread (2). +.IR graphics (3), +.IR draw (3), +.IR event (3), +.IR thread (3). .SH BUGS Because the interface delivers complete runes, there is no way to report lesser actions such as -- cgit v1.2.3