From 835b2b2c2742bf8635aee785d1a246fad6729643 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 30 Dec 2015 15:16:39 +0100 Subject: [PATCH] fcntl.2: tfix Signed-off-by: Michael Kerrisk --- man2/fcntl.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 9abfb71eb..96c699325 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -937,7 +937,7 @@ set etc.) to determine which file descriptors are available for I/O. Note that the file descriptor provided in .I si_fd -is the one that that was specified during the +is the one that was specified during the .BR F_SETSIG operation. This can lead to an unusual corner case.