From 0ebc88fca316b022c47cf061bf31277dd1ae2afa Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 30 Jul 2015 13:24:36 +0200 Subject: [PATCH] io_getevents.2: Note return value on interruption by a signal handler Signed-off-by: Michael Kerrisk --- man2/io_getevents.2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man2/io_getevents.2 b/man2/io_getevents.2 index e3ccf1e0e..37a16f7eb 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