diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/wait.2 | 7 |
1 files 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 |