close.2: srcfix (comment on EINTR error)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-05-05 06:14:45 -05:00
parent 5ca397fa3e
commit c7dc46d0a2
1 changed files with 2 additions and 0 deletions

View 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