reference/pcntl/functions/pcntl-wait.xml
61374bbe228e8e9c55a24aba59a1e2bb2a871148
...
...
@@ -68,13 +68,13 @@
68
68
<tgroup cols="2">
69
69
<tbody>
70
70
<row>
71
-
<entry><literal>WNOHANG</literal></entry>
71
+
<entry><constant>WNOHANG</constant></entry>
72
72
<entry>
73
73
Return immediately if no child has exited.
74
74
</entry>
75
75
</row>
76
76
<row>
77
-
<entry><literal>WUNTRACED</literal></entry>
77
+
<entry><constant>WUNTRACED</constant></entry>
78
78
<entry>
79
79
Return for children which are stopped, and whose status has
80
80
not been reported.
81
81