]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
close.2: srcfix (comment on EINTR error)
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 5 May 2019 11:14:45 +0000 (06:14 -0500)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 5 May 2019 11:14:45 +0000 (06:14 -0500)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/close.2

index 37ab68aea95b2bfaa47ce9727a604b6f0b10b573..5427db56b7ea11710da008f6ddea7d2e8063890d 100644 (file)
@@ -75,6 +75,8 @@ is set appropriately.
 isn't a valid open file descriptor.
 .TP
 .B EINTR
+.\" Though, it's in doubt whether this error can ever occur; see
+.\" https://lwn.net/Articles/576478/ "Returning EINTR from close()"
 The
 .BR close ()
 call was interrupted by a signal; see