From 0486ca8212af8f69d2a15c3aa039db55ee0ac022 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Wed, 18 Jan 2012 14:31:25 +0000 Subject: More minor docs updates --- man/termkey_push_bytes.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/termkey_push_bytes.3') diff --git a/man/termkey_push_bytes.3 b/man/termkey_push_bytes.3 index 0cb70dc..b4e0048 100644 --- a/man/termkey_push_bytes.3 +++ b/man/termkey_push_bytes.3 @@ -16,7 +16,7 @@ This function, along with \fBtermkey_getkey\fP(3), makes it possible to use the .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. +\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. .SH "SEE ALSO" .BR termkey_new (3), .BR termkey_getkey (3), -- cgit v1.2.3-54-g00ecf