diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-08-23 00:57:40 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-08-23 00:57:40 +0000 |
| commit | 3f1166058eb32a7327eaa176120cecd5307c2b47 (patch) | |
| tree | 0230c86cb716153c141b72c4d6acf88c4afa00fa /lib/libc/sys | |
| parent | de5d81ac2094543f44dcb4d3ea207e943b6ac345 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -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 |
