From 76e533c41982c2acb22fc0e8ad5d27ae5efe9cea Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 7 Jul 2008 05:24:15 +0000 Subject: [PATCH] Add ref to signal(7) under EINTR error. --- man2/spu_run.2 | 3 ++- man3/aio_suspend.3 | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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