reference/posix/constants.xml
61374bbe228e8e9c55a24aba59a1e2bb2a871148
...
...
@@ -173,11 +173,11 @@
173
173
<listitem>
174
174
<simpara>
175
175
The maximum amount of CPU time that the process can use, in seconds.
176
-
When the soft limit is hit, a <literal>SIGXCPU</literal> signal will be
176
+
When the soft limit is hit, a <constant>SIGXCPU</constant> signal will be
177
177
sent, which can be caught with <function>pcntl_signal</function>.
178
-
Depending on the operating system, additional <literal>SIGXCPU</literal>
178
+
Depending on the operating system, additional <constant>SIGXCPU</constant>
179
179
signals may be sent each second until the hard limit is hit, at which
180
-
point an uncatchable <literal>SIGKILL</literal> signal is sent.
180
+
point an uncatchable <constant>SIGKILL</constant> signal is sent.
181
181
</simpara>
182
182
<simpara>
183
183
See also <function>set_time_limit</function>.
...
...
@@ -495,7 +495,7 @@
495
495
</simpara>
496
496
</listitem>
497
497
</varlistentry>
498
-
<varlistentry xml:id="constant.posix-pc-symlink-max">
498
+
<varlistentry xml:id="constant.posix-pc-alloc-symlink-max">
499
499
<term>
500
500
<constant>POSIX_PC_ALLOC_SYMLINK_MAX</constant>
501
501
(<type>int</type>)
502
502