From 948e48d56a4449aa1a50d60cbd1c4e74c0e6135d Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Sat, 21 Jan 2012 23:26:47 +0000 Subject: Various other minor fixes to manpages --- man/termkey_getkey.3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/termkey_getkey.3.sh') diff --git a/man/termkey_getkey.3.sh b/man/termkey_getkey.3.sh index f95a439..c18b5a8 100644 --- a/man/termkey_getkey.3.sh +++ b/man/termkey_getkey.3.sh @@ -36,7 +36,7 @@ Before returning, this function canonicalises the \fIkey\fP structure according .SH "RETURN VALUE" \fBtermkey_getkey\fP() returns an enumeration of one of \fBTERMKEY_RES_KEY\fP, \fBTEMRKEY_RES_AGAIN\fP, \fBTERMKEY_RES_NONE\fP or \fBTERMKEY_RES_EOF\fP. \fBtermkey_getkey_force\fP() returns one of the above, except for \fBTERMKEY_RES_AGAIN\fP. .SH EXAMPLE -The following example program prints details of every keypress until the user presses "Ctrl-C". It demonstrates how to use the \fBtermkey\fP instance in a typical \fBpoll\fP()-driven asynchronous program, which may include mixed IO with other file handles. +The following example program prints details of every keypress until the user presses "Ctrl-C". It demonstrates how to use the \fBtermkey\fP instance in a typical \fBpoll\fP(2)-driven asynchronous program, which may include mixed IO with other file handles. .PP .in +4n .nf -- cgit v1.2.3-54-g00ecf