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
The
.BR close ()
call was interrupted by a signal.
call was interrupted by a signal; see
.BR signal (7).
.TP
.B EIO
An I/O error occurred.

View File

@ -118,7 +118,8 @@ and
.B EINTR
The
.BR dup2 ()
call was interrupted by a signal.
call was interrupted by a signal; see
.BR signal (7).
.TP
.B EMFILE
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
.I errno
set to
.BR EINTR .
.BR EINTR ; see
.BR signal (7).
.RB ( msgsnd ()
is never automatically restarted after being interrupted by a
signal handler, regardless of the setting of the
@ -379,7 +380,8 @@ the message queue was removed.
.TP
.B EINTR
While the process was sleeping to receive a message,
the process caught a signal.
the process caught a signal; see
.BR signal (7).
.TP
.B EINVAL
.I msgqid

View File

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