Add a pointer to signal(7) for further explanation of EINTR.

This commit is contained in:
Michael Kerrisk 2008-07-04 11:32:03 +00:00
parent bbd7e60a1b
commit 0b6d88cf86
1 changed files with 2 additions and 1 deletions

View File

@ -192,7 +192,8 @@ Illegal byte sequence (POSIX.1, C99)
Operation in progress (POSIX.1)
.TP
.B EINTR
Interrupted function call (POSIX.1)
Interrupted function call (POSIX.1); see
.BR signal (7).
.TP
.B EINVAL
Invalid argument (POSIX.1)