diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2017-06-17 17:32:40 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2017-06-17 17:32:40 +0000 |
| commit | a13136cdb746599e0456cc122feea81408d936fa (patch) | |
| tree | 6c6465bb95592a8b29b4992489f011870d426877 /lib/libc/sys/wait.2 | |
| parent | ea2f16965e4ca001265b751320568988956ee207 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/wait.2')
| -rw-r--r-- | lib/libc/sys/wait.2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index c34743290451e..49cbc269d326b 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -28,7 +28,7 @@ .\" @(#)wait.2 8.2 (Berkeley) 4/19/94 .\" $FreeBSD$ .\" -.Dd June 1, 2016 +.Dd June 17, 2017 .Dt WAIT 2 .Os .Sh NAME @@ -601,9 +601,7 @@ must be checked against zero to determine if a process reported status. called with -1 to wait for any child process will ignore a child that is referenced by a process descriptor (see .Xr pdfork 2 ) . -Specific processes can still be waited on by specifying the process ID -or descriptor (see -.Xr pdwait 4 ) . +Specific processes can still be waited on by specifying the process ID. .Sh ERRORS The .Fn wait |
