diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-02-20 05:49:56 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-02-20 05:49:56 +0000 |
commit | bd711bf14625ae42e78517cf019036b2112ca3cb (patch) | |
tree | d0a7cb9244f83a7389a65c95c0f2c878adef27de /lib/libc/sys | |
parent | 32b26d14494297ae53a39970377b12d39a39d0f4 (diff) |
Document EINVAL
Diffstat (limited to 'lib/libc/sys')
-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 |