diff options
-rw-r--r-- | lib/libc/sys/wait.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index 8be94eda0fe..d72a93dce4f 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -271,6 +271,10 @@ The call was interrupted by a caught signal, or the signal did not have the .Dv SA_RESTART flag set. +.It Bq Er EINVAL +Invalid or underfined flags were passed in the +.Fa options +argument. .El .Sh STANDARDS The |