irchtml Mon Apr 12 12:04:45 2004 EDT
Modified files:
/phpdoc/en/reference/pcntl/functions pcntl-alarm.xml
Log:
Bug #27960: typo in pcntl_alarm documentation
http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-alarm.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-alarm.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-alarm.xml:1.1
phpdoc/en/reference/pcntl/functions/pcntl-alarm.xml:1.2
--- phpdoc/en/reference/pcntl/functions/pcntl-alarm.xml:1.1 Wed Feb 25 11:00:11
2004
+++ phpdoc/en/reference/pcntl/functions/pcntl-alarm.xml Mon Apr 12 12:04:45 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id='function.pcntl-alarm'>
<refnamediv>
<refname>pcntl_alarm</refname>
@@ -15,7 +15,7 @@
</methodsynopsis>
<para>
The <function>pcntl_alarm</function> function creates a timer that will
- send a <literal>SIGALARM</literal> signal to the process after
+ send a <literal>SIGALRM</literal> signal to the process after
<parameter>seconds</parameter> seconds. If <parameter>seconds</parameter>
is zero, no new alarm is created. Any call to <function>pcntl_alarm</function>
will cancel any previously set alarm.