diff --git a/man2/io_getevents.2 b/man2/io_getevents.2 index 00aa15c6e..351a4d035 100644 --- a/man2/io_getevents.2 +++ b/man2/io_getevents.2 @@ -67,15 +67,15 @@ For the failure return, see NOTES. .B EFAULT Either \fIevents\fP or \fItimeout\fP is an invalid pointer. .TP +.B EINTR +Interrupted by a signal handler; see +.BR signal (7). +.TP .B EINVAL \fIctx_id\fP is invalid. \fImin_nr\fP is out of range or \fInr\fP is out of range. .TP -.B EINTR -Interrupted by a signal handler; see -.BR signal (7). -.TP .B ENOSYS .BR io_getevents () is not implemented on this architecture.