From 3a66db4afd129548a647e4927ccac85751d6ad3b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 03:00:06 +1000 Subject: [PATCH] io_getevents.2: Order ERRORS alphabetically Signed-off-by: Michael Kerrisk --- man2/io_getevents.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.