Small wording fix.

This commit is contained in:
Michael Kerrisk 2008-06-16 14:27:44 +00:00
parent b11e2adf59
commit 04af291ff4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ and the operation blocks.
On success,
.BR io_getevents ()
returns the number of events read: 0 if no events are
available or < \fImin_nr\fP if the \fItimeout\fP has elapsed;
available, or less than \fImin_nr\fP if the \fItimeout\fP has elapsed;
on failure, it returns one of the errors listed under ERRORS.
.SH "ERRORS"
.TP