betz            Sun Jun 22 12:34:12 2003 EDT

  Modified files:              
    /phpdoc/en/reference/mcal/functions mcal-snooze.xml 
  Log:
  proto boolean -> bool
  entity usage
  
  
Index: phpdoc/en/reference/mcal/functions/mcal-snooze.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-snooze.xml:1.3 
phpdoc/en/reference/mcal/functions/mcal-snooze.xml:1.4
--- phpdoc/en/reference/mcal/functions/mcal-snooze.xml:1.3      Fri Jun 20 22:07:07 
2003
+++ phpdoc/en/reference/mcal/functions/mcal-snooze.xml  Sun Jun 22 12:34:12 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-snooze">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>boolean</type><methodname>mcal_snooze</methodname>
+      <type>bool</type><methodname>mcal_snooze</methodname>
       <methodparam><type>int</type><parameter>stream_id</parameter></methodparam>
       <methodparam><type>int</type><parameter>event_id</parameter></methodparam>
      </methodsynopsis>
@@ -19,7 +19,7 @@
      <parameter>event_id</parameter>.
     </para>
     <para>
-     Returns &true; on success, &false; otherwise.
+     &return.success;
     </para>
    </refsect1>
   </refentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to