diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2006-05-20 21:49:03 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2006-05-20 21:49:03 +0000 |
commit | 1b048fc4a5c2d21ca21420eca1cf94e468cdfb68 (patch) | |
tree | c0aece33be88dc641395d9a671e323b669ea9727 /lib/libc/sys | |
parent | f92608f2630bffd36335666c4370b02e7f3da882 (diff) | |
download | FreeBSD-src-1b048fc4a5c2d21ca21420eca1cf94e468cdfb68.zip FreeBSD-src-1b048fc4a5c2d21ca21420eca1cf94e468cdfb68.tar.gz |
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).
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 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 |