dallas          Fri Sep  2 10:39:58 2005 EDT

  Modified files:              
    /phpdoc/en/reference/datetime/functions     
                                                date-default-timezone-get.xml 
                                                date-sunrise.xml 
                                                date-sunset.xml 
  Log:
  Fix typos.
  
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/date-default-timezone-get.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/datetime/functions/date-default-timezone-get.xml
diff -u 
phpdoc/en/reference/datetime/functions/date-default-timezone-get.xml:1.2 
phpdoc/en/reference/datetime/functions/date-default-timezone-get.xml:1.3
--- phpdoc/en/reference/datetime/functions/date-default-timezone-get.xml:1.2    
Fri Jul 29 14:16:29 2005
+++ phpdoc/en/reference/datetime/functions/date-default-timezone-get.xml        
Fri Sep  2 10:39:56 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.date-default-timezone-get">
  <refnamediv>
   <refname>date_default_timezone_get</refname>
@@ -41,13 +41,13 @@
     </listitem>
     <listitem>
      <para>
-      If none of the above options succeeds, falback to <literal>UTC</literal>
+      If none of the above options succeeds, return <literal>UTC</literal>
      </para>
     </listitem>
    </itemizedlist>
-  </para>  
+  </para>
  </refsect1>
- 
+
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/date-sunrise.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/datetime/functions/date-sunrise.xml
diff -u phpdoc/en/reference/datetime/functions/date-sunrise.xml:1.5 
phpdoc/en/reference/datetime/functions/date-sunrise.xml:1.6
--- phpdoc/en/reference/datetime/functions/date-sunrise.xml:1.5 Sun Apr 24 
19:50:57 2005
+++ phpdoc/en/reference/datetime/functions/date-sunrise.xml     Fri Sep  2 
10:39:57 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.date-sunrise">
  <refnamediv>
   <refname>date_sunrise</refname>
@@ -49,7 +49,7 @@
     <tbody>
      <row>
       <entry>SUNFUNCS_RET_STRING</entry>
-      <entry>returns the sunset time as <type>string</type></entry>
+      <entry>returns the result as <type>string</type></entry>
       <entry>16:46</entry>
      </row>
      <row>
@@ -59,7 +59,7 @@
      </row>
      <row>
       <entry>SUNFUNCS_RET_TIMESTAMP</entry>
-      <entry>returns the sunset time as an <type>integer</type> 
(timestamp)</entry>
+      <entry>returns the result as <type>integer</type> (timestamp)</entry>
       <entry>1095034606</entry>
      </row>
     </tbody>
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/date-sunset.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/datetime/functions/date-sunset.xml
diff -u phpdoc/en/reference/datetime/functions/date-sunset.xml:1.5 
phpdoc/en/reference/datetime/functions/date-sunset.xml:1.6
--- phpdoc/en/reference/datetime/functions/date-sunset.xml:1.5  Sun Apr 24 
19:50:57 2005
+++ phpdoc/en/reference/datetime/functions/date-sunset.xml      Fri Sep  2 
10:39:57 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.date-sunset">
  <refnamediv>
   <refname>date_sunset</refname>
@@ -49,7 +49,7 @@
     <tbody>
      <row>
       <entry>SUNFUNCS_RET_STRING</entry>
-      <entry>returns the sunset time as <type>string</type></entry>
+      <entry>returns the result as <type>string</type></entry>
       <entry>16:46</entry>
      </row>
      <row>
@@ -59,7 +59,7 @@
      </row>
      <row>
       <entry>SUNFUNCS_RET_TIMESTAMP</entry>
-      <entry>returns the sunset time as an <type>integer</type> 
(timestamp)</entry>
+      <entry>returns the result as <type>integer</type> (timestamp)</entry>
       <entry>1095034606</entry>
      </row>
     </tbody>

Reply via email to