diff options
| author | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-11 05:29:10 +0000 |
|---|---|---|
| committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-11 05:29:10 +0000 |
| commit | 49ca482a68d91df6d185cdca77846b885b354ec6 (patch) | |
| tree | 06d423acb49b929228f7334fbdf610bef5ebd481 /lib/libc | |
| parent | d4b81c98d8e791ba3f61a9451ff0d7b9044b628d (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/wait.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index c841d3352444..ff6b8478cf29 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -213,7 +213,7 @@ process 1 ID (the init process ID). .Pp If a signal is caught while any of the .Fn wait -calls is pending, +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; @@ -232,7 +232,7 @@ is set to indicate the error. .Pp If .Fn wait4 , -.Fn wait3 +.Fn wait3 , or .Fn waitpid returns due to a stopped |
