diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2006-05-20 21:49:03 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2006-05-20 21:49:03 +0000 |
| commit | e6d1e46944e2479d195087b42f076a3cd55644cd (patch) | |
| tree | c0aece33be88dc641395d9a671e323b669ea9727 /lib/libc/sys | |
| parent | e7e054f426abd4827757a177f38a8807429be5df (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -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 d5865499303f7..e9fc09b8af28d 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 |
