Skip to content

Commit 3a5bb13

Browse files
committed
Marked up parameters
1 parent 88bd4c9 commit 3a5bb13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/pcntl/functions/pcntl-waitid.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<refsect1 role="returnvalues">
213213
&reftitle.returnvalues;
214214
<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>.
216216
</para>
217217

218218
<para>
@@ -252,7 +252,7 @@
252252
<row>
253253
<entry><constant>EINVAL</constant></entry>
254254
<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.
256256
</entry>
257257
</row>
258258
</tbody>

0 commit comments

Comments
 (0)