From d32deab17bfffa5bffc5fab3e6577558e40888c5 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 15 Aug 2020 20:07:38 -0400 Subject: tmac: rename IM (italic manual) to MR (manual reference) Suggested by G. Brandon Robinson. --- 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 6c1bf026..feedfd2e 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 -.IM mouse (3) . +.MR mouse (3) . They use the message-passing .B Channel interface in the threads library (see -.IM thread (3) ); +.MR thread (3) ); programs that wish a more event-driven, single-threaded approach should use -.IM 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 -.IM graphics (3) , -.IM draw (3) , -.IM event (3) , -.IM 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 -- cgit v1.2.3