summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-07-08 12:22:25 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-07-08 12:22:25 +0200
commitd2b6be9a2dbd6b33b005a61dcb02baa91806f098 (patch)
tree53c4381247bb6c7f4c14b65897fb2577a9da28a1
parent1ce579fc39fbbb0596cd9cb4cd33aa8eb9f8632e (diff)
fcntl.2: Suggest the use of real-time signals with F_NOTIFY
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/fcntl.25
1 files changed, 5 insertions, 0 deletions
diff --git a/man2/fcntl.2 b/man2/fcntl.2
index d36c428ea..d74e8a67e 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -1235,6 +1235,11 @@ but this can be changed using the
.B F_SETSIG
command to
.BR fcntl ().
+(Note that
+.B SIGIO
+is one of the nonqueuing standard signals;
+switching to the use of a real-time signal means that
+multiple notifications can be queued to the process.)
In the latter case, the signal handler receives a
.I siginfo_t
structure as its second argument (if the handler was