Add ref to signal(7) under EINTR error.

This commit is contained in:
Michael Kerrisk 2008-07-07 05:24:15 +00:00
parent 6602d44be1
commit 76e533c419
2 changed files with 6 additions and 3 deletions

View File

@ -161,7 +161,8 @@ is non-NULL and an invalid pointer.
.B EINTR
A signal occurred while
.BR spu_run ()
was in progress.
was in progress; see
.BR signal (7).
The
.I npc
value has been updated to the new program counter value if

View File

@ -70,8 +70,10 @@ The call was ended by timeout, before any of the indicated operations
had completed.
.TP
.B EINTR
The call was ended by signal.
(Possibly the completion signal of one of the operations we were waiting for.)
The call was ended by signal; see
.BR signal (7).
(Possibly the completion signal of one of the operations we were
waiting for.)
.SH "CONFORMING TO"
POSIX.1-2001
.SH NOTES