reference/pcntl/functions/pcntl-waitpid.xml
61374bbe228e8e9c55a24aba59a1e2bb2a871148
...
...
@@ -112,13 +112,13 @@
112
112
<tgroup cols="2">
113
113
<tbody>
114
114
<row>
115
-
<entry><literal>WNOHANG</literal></entry>
115
+
<entry><constant>WNOHANG</constant></entry>
116
116
<entry>
117
117
return immediately if no child has exited.
118
118
</entry>
119
119
</row>
120
120
<row>
121
-
<entry><literal>WUNTRACED</literal></entry>
121
+
<entry><constant>WUNTRACED</constant></entry>
122
122
<entry>
123
123
return for children which are stopped, and whose status has
124
124
not been reported.
125
125