aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-30 13:24:36 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-07-30 13:26:40 +0200
commit0ebc88fca316b022c47cf061bf31277dd1ae2afa (patch)
tree729e55c456f766cf1220606637bf0977b0187f1b
parent13ed138b675005f9dbc672f24180dfe59c198e6f (diff)
downloadman-pages-0ebc88fca316b022c47cf061bf31277dd1ae2afa.tar.gz
io_getevents.2: Note return value on interruption by a signal handler
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/io_getevents.23
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/io_getevents.2 b/man2/io_getevents.2
index e3ccf1e0e5..37a16f7ebc 100644
--- a/man2/io_getevents.2
+++ b/man2/io_getevents.2
@@ -57,6 +57,9 @@ This may be 0, or a value less than
if the
.I timeout
expired.
+It may also be a nonzero value less than
+.IR min_nr ,
+if the call was interrupted by a signal handler.
For the failure return, see NOTES.
.SH ERRORS