diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-04 15:40:42 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-04 15:40:42 +0000 |
| commit | 359f6e5e02cd10241805df59fe426407fdd52eba (patch) | |
| tree | 0becb04019484b1f8296677ec03535fec6305bae | |
| parent | 00b7d497e3b22239979071ba0b8018c99584818c (diff) | |
| download | man-pages-359f6e5e02cd10241805df59fe426407fdd52eba.tar.gz | |
ERRORS: Add EINTR error
| -rw-r--r-- | man2/io_getevents.2 | 6 |
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. |
