Add reference to signal(7) for EINTR error.

This commit is contained in:
Michael Kerrisk 2008-07-07 04:40:49 +00:00
parent 72710182cd
commit 6602d44be1
4 changed files with 10 additions and 5 deletions

View File

@ -76,7 +76,8 @@ isn't a valid open file descriptor.
.B EINTR .B EINTR
The The
.BR close () .BR close ()
call was interrupted by a signal. call was interrupted by a signal; see
.BR signal (7).
.TP .TP
.B EIO .B EIO
An I/O error occurred. An I/O error occurred.

View File

@ -118,7 +118,8 @@ and
.B EINTR .B EINTR
The The
.BR dup2 () .BR dup2 ()
call was interrupted by a signal. call was interrupted by a signal; see
.BR signal (7).
.TP .TP
.B EMFILE .B EMFILE
The process already has the maximum number of file The process already has the maximum number of file

View File

@ -136,7 +136,8 @@ a signal is caught, in which case the system call fails
with with
.I errno .I errno
set to set to
.BR EINTR . .BR EINTR ; see
.BR signal (7).
.RB ( msgsnd () .RB ( msgsnd ()
is never automatically restarted after being interrupted by a is never automatically restarted after being interrupted by a
signal handler, regardless of the setting of the signal handler, regardless of the setting of the
@ -379,7 +380,8 @@ the message queue was removed.
.TP .TP
.B EINTR .B EINTR
While the process was sleeping to receive a message, While the process was sleeping to receive a message,
the process caught a signal. the process caught a signal; see
.BR signal (7).
.TP .TP
.B EINVAL .B EINVAL
.I msgqid .I msgqid

View File

@ -554,7 +554,8 @@ is invalid, or not open for reading.
Input byte sequence does not form a valid character. Input byte sequence does not form a valid character.
.TP .TP
.B EINTR .B EINTR
The read operation was interrupted by a signal. The read operation was interrupted by a signal; see
.BR signal (7).
.TP .TP
.B EINVAL .B EINVAL
Not enough arguments; or Not enough arguments; or