From f23a55ab8257987c1fdd49ba406f885bf78190b3 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Sun, 3 Apr 2011 18:44:48 +0100 Subject: Various minor neatenings to manpage formatting --- termkey_advisereadable.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'termkey_advisereadable.3') diff --git a/termkey_advisereadable.3 b/termkey_advisereadable.3 index ee434f6..8b4b6af 100644 --- a/termkey_advisereadable.3 +++ b/termkey_advisereadable.3 @@ -10,7 +10,7 @@ termkey_advisereadable \- read more bytes from the underlying terminal .sp Link with \fI-ltermkey\fP. .SH DESCRIPTION -\fBtermkey_advisereadable\fP informs the instance that new input may be available on the underlying file descriptor and so it should call \fBread\fP(2) to obtain it. If at least one more byte was read it will return \fBTERMKEY_RES_AGAIN\fP to indicate it may be useful to call \fBtermkey_getkey\fP(3) again. If no more input was read then \fBTERMKEY_RES_NONE\fP is returned. +\fBtermkey_advisereadable\fP() informs the instance that new input may be available on the underlying file descriptor and so it should call \fBread\fP(2) to obtain it. If at least one more byte was read it will return \fBTERMKEY_RES_AGAIN\fP to indicate it may be useful to call \fBtermkey_getkey\fP(3) again. If no more input was read then \fBTERMKEY_RES_NONE\fP is returned. .PP This function, along with \fBtermkey_getkey\fP(3) make it possible to use the termkey instance in an asynchronous program. .PP -- cgit v1.2.3