diff --git a/man2/spu_run.2 b/man2/spu_run.2 index 3dd981a5c..3caf73480 100644 --- a/man2/spu_run.2 +++ b/man2/spu_run.2 @@ -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 diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3 index 4ea970226..93aa4f09d 100644 --- a/man3/aio_suspend.3 +++ b/man3/aio_suspend.3 @@ -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