diff options
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 0374585..84b2b1a 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -103,7 +103,7 @@ and .Fn wait4 functions all implicitly wait for exited and trapped processes, but the -.Fn waitid +.Fn waitid and .Fn wait6 functions require the corresponding @@ -203,7 +203,7 @@ and wait for any child process in the same process group as the caller. .El .Pp -Non-standard identifier types supported by this +Non-standard identifier types supported by this implementation of .Fn waitid and |