From 1b048fc4a5c2d21ca21420eca1cf94e468cdfb68 Mon Sep 17 00:00:00 2001 From: rodrigc Date: Sat, 20 May 2006 21:49:03 +0000 Subject: Remove reference to "System call restart" in intro(2). intro(2) does not have such a reference. Add a reference instead to SA_RESTART in sigaction(2). --- lib/libc/sys/wait.2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index d586549..e9fc09b 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -230,9 +230,10 @@ calls are pending, the call may be interrupted or restarted when the signal-catching routine returns, depending on the options in effect for the signal; -see -.Xr intro 2 , -System call restart. +see discussion of +.Dv SA_RESTART +in +.Xr sigaction 2 . .Pp The implementation queues one .Dv SIGCHLD -- cgit v1.1