You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/pcntl/functions/pcntl-waitid.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@
212
212
<refsect1role="returnvalues">
213
213
&reftitle.returnvalues;
214
214
<para>
215
-
<function>pcntl_waitid</function> returns &true; if <constant>WNOHANG</constant> was specified and status is not available for any process specified by idtype and id.
215
+
<function>pcntl_waitid</function> returns &true; if <constant>WNOHANG</constant> was specified and status is not available for any process specified by <parameter>idtype</parameter> and <parameter>id</parameter>.
216
216
</para>
217
217
218
218
<para>
@@ -252,7 +252,7 @@
252
252
<row>
253
253
<entry><constant>EINVAL</constant></entry>
254
254
<entry>
255
-
An invalid value was specified for options, or idtype and id specify an invalid set of processes.
255
+
An invalid value was specified for <parameter>flags</parameter>, or <parameter>idtype</parameter> and <parameter>id</parameter> specify an invalid set of processes.
0 commit comments