aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man7/signal.714
1 files changed, 9 insertions, 5 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index 0e5db02ed0..6a6097db95 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -581,6 +581,15 @@ and
.\" as a consequence of the 2.6.22 changes in the futex() implementation
beforehand, always failed with
.BR EINTR ).
+.IP *
+.BR read (2)
+from an
+.BR inotify (7)
+file descriptor
+(since Linux 3.8;
+.\" commit 1ca39ab9d21ac93f94b9e3eb364ea9a5cf2aba06
+beforehand, always failed with
+.BR EINTR ).
.PP
The following interfaces are never restarted after
being interrupted by a signal handler,
@@ -647,11 +656,6 @@ Sleep interfaces:
and
.BR usleep (3).
.IP *
-.BR read (2)
-from an
-.BR inotify (7)
-file descriptor.
-.IP *
.BR io_getevents (2).
.PP
The