aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/io_getevents.26
1 files changed, 5 insertions, 1 deletions
diff --git a/man2/io_getevents.2 b/man2/io_getevents.2
index e9a854a3ed..d6a0ac3772 100644
--- a/man2/io_getevents.2
+++ b/man2/io_getevents.2
@@ -20,7 +20,7 @@
.\" .el .ne 3
.\" .IP "\\$1" \\$2
.\" ..
-.TH IO_GETEVENTS 2 2008-06-18 "Linux" "Linux Programmer's Manual"
+.TH IO_GETEVENTS 2 2008-07-04 "Linux" "Linux Programmer's Manual"
.SH NAME
io_getevents \- read asynchronous I/O events from the completion queue
.SH "SYNOPSIS"
@@ -67,6 +67,10 @@ Either \fIevents\fP or \fItimeout\fP is an invalid pointer.
\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.