aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-07-04 15:40:42 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-07-04 15:40:42 +0000
commit359f6e5e02cd10241805df59fe426407fdd52eba (patch)
tree0becb04019484b1f8296677ec03535fec6305bae
parent00b7d497e3b22239979071ba0b8018c99584818c (diff)
downloadman-pages-359f6e5e02cd10241805df59fe426407fdd52eba.tar.gz
ERRORS: Add EINTR error
-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.