From b1f91dc142478528506474073198ff228ac7d5eb Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 4 May 2015 13:05:18 +0200 Subject: [PATCH] sigaction.2: Refer the reader to fcntl(2) F_SETSIG for further details on si_fd Signed-off-by: Michael Kerrisk --- man2/sigaction.2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index dbccd42ea..db2c0cd4c 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -468,7 +468,11 @@ field by .BR poll (2). The .I si_fd -field indicates the file descriptor for which the I/O event occurred. +field indicates the file descriptor for which the I/O event occurred; +for further details, see the description of +.BR F_SETSIG +in +.BR fcntl (2). .IP * .BR SIGSYS , generated (since Linux 3.5)