| Antony Dovgal 2006-08-17, 6:57 pm |
| tony2001 Thu Aug 17 13:39:09 2006 UTC
Modified files:
/phpdoc/en/reference/misc/functions time-sleep-until.xml
Log:
add a note to time_sleep_until() to prevent confusion
http://cvs.php.net/viewvc.cgi/phpdo...3&diff_format=u
Index: phpdoc/en/reference/misc/functions/time-sleep-until.xml
diff -u phpdoc/en/reference/misc/functions/time-sleep-until.xml:1.2 phpdoc/en/reference/misc/functions/time-sleep-until.xml:1.3
--- phpdoc/en/reference/misc/functions/time-sleep-until.xml:1.2 Wed Jun 15 01:16:15 2005
+++ phpdoc/en/reference/misc/functions/time-sleep-until.xml Thu Aug 17 13:39:09 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.time-sleep-until">
<refnamediv>
<refname>time_sleep_until</refname>
@@ -37,6 +37,11 @@
</varlistentry>
</variablelist>
</para>
+ <note>
+ <simpara>
+ All signals will be delivered after the script wakes up.
+ </simpara>
+ </note>
</refsect1>
<refsect1 role="returnvalues">
|