=== modified file 'man/termkey_getkey.3.sh' --- man/termkey_getkey.3.sh 2012-01-18 14:31:25 +0000 +++ man/termkey_getkey.3.sh 2012-01-18 13:39:50 +0000 @@ -20,7 +20,7 @@ a complete keypress was removed from the buffer, and has been placed in the \fIkey\fP structure. .TP .B TERMKEY_RES_AGAIN -a partial keypress event was found in the buffer, but it does not yet contain all the bytes required. An indication of what \fBtermkey_getkey_force\fP() would return has been placed in the \fIkey\fP structure. +a partial keypress event was found in the buffer, but it does not yet contain all the bytes required. An indication of what \fBtermkey_getkey_force\fP(3) would return has been placed in the \fIkey\fP structure. .TP .B TERMKEY_RES_NONE no bytes are waiting in the buffer. === modified file 'man/termkey_push_bytes.3' --- man/termkey_push_bytes.3 2012-01-18 14:31:25 +0000 +++ man/termkey_push_bytes.3 2012-01-18 14:16:45 +0000 @@ -16,7 +16,7 @@ .PP For synchronous usage, \fBtermkey_waitkey\fP(3) performs the input blocking task. For use against a regular stream filehandle that supports \fBread\fP(2), see \fBtermkey_advisereadable\fP(3). .SH "RETURN VALUE" -\fBtermkey_push_bytes\fP() the number of bytes consumed from the input (which may be smaller than the length provided, if the buffer runs out of space) or -1 cast to \fBsize_t\fP if an error occurs, in which case \fIerrno\fP is set accordingly. +\fBtermkey_push_bytes\fP() the number of bytes consumed from the input (which may be smaller than the length provided, if the buffer runs out of space) or -1 cast to \fBsize_t\fP if an error occurs. .SH "SEE ALSO" .BR termkey_new (3), .BR termkey_getkey (3),