diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-19 09:40:28 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-19 09:40:28 +0000 |
| commit | 2efeeba554cbd7bdee9cfe17641c8bd335c7972f (patch) | |
| tree | f0781cb8e5be3a35234a6d0c123d6ae11ba70e40 /lib/libc/sys/wait.2 | |
| parent | 3ca4c01eea0e54f4f560aff65f774d6bd0b0b87c (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/wait.2')
| -rw-r--r-- | lib/libc/sys/wait.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index 7f8925a599a0..a3ba36262874 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -82,7 +82,7 @@ The other wait functions are implemented using .Pp The .Fa wpid -parameter specifies the set of child processes for which to wait. +argument specifies the set of child processes for which to wait. If .Fa wpid is -1, the call waits for any child process. @@ -102,9 +102,9 @@ equals the absolute value of .Pp The .Fa status -parameter is defined below. The +argument is defined below. The .Fa options -parameter contains the bitwise OR of any of the following options. +argument contains the bitwise OR of any of the following options. The .Dv WCONTINUED option indicates that children of the current process that @@ -279,7 +279,7 @@ The .Fa status or .Fa rusage -arguments point to an illegal address. +argument points to an illegal address. (May not be detected before exit of a child process.) .It Bq Er EINTR The call was interrupted by a caught signal, |
