From: tholo Date: Thu, 20 Feb 1997 05:49:55 +0000 (+0000) Subject: Document EINVAL X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=46b4e61acf6e613345e740c4790ac26a6f35d184;p=openbsd Document EINVAL --- 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