takagi          Mon May 15 12:52:20 2006 UTC

  Modified files:              
    /phpdoc/en/reference/iconv/functions        iconv-strrpos.xml 
    /phpdoc/en/reference/datetime/functions     idate.xml 
    /phpdoc/en/appendices       migration5.xml about.xml 
  Log:
  fixed typos (Bug #37325).
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/iconv/functions/iconv-strrpos.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/iconv/functions/iconv-strrpos.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-strrpos.xml:1.5 
phpdoc/en/reference/iconv/functions/iconv-strrpos.xml:1.6
--- phpdoc/en/reference/iconv/functions/iconv-strrpos.xml:1.5   Thu Jun 23 
16:53:22 2005
+++ phpdoc/en/reference/iconv/functions/iconv-strrpos.xml       Mon May 15 
12:52:19 2006
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.iconv-strrpos">
    <refnamediv>
     <refname>iconv_strrpos</refname>
     <refpurpose>
-     Finds the last occurrence of a needle within the specified range of 
haystack
+     Finds the last occurrence of a needle within a haystack
     </refpurpose>
    </refnamediv>
    <refsect1>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/datetime/functions/idate.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/datetime/functions/idate.xml
diff -u phpdoc/en/reference/datetime/functions/idate.xml:1.5 
phpdoc/en/reference/datetime/functions/idate.xml:1.6
--- phpdoc/en/reference/datetime/functions/idate.xml:1.5        Sun Apr 24 
23:50:58 2005
+++ phpdoc/en/reference/datetime/functions/idate.xml    Mon May 15 12:52:20 2006
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.idate">
  <refnamediv>
   <refname>idate</refname>
@@ -112,9 +112,9 @@
   </para>
   <note>
    <para>
-    As <function>idate</function> returns always an <type>integer</type> and
-    as they can't start with a "0", <function>idate</function> may return less
-    digits then you would expect. See the example below:
+    As <function>idate</function> always returns an <type>integer</type> and
+    as they can't start with a "0", <function>idate</function> may return
+    fewer digits than you would expect. See the example below:
    </para>
   </note>
   <para>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/migration5.xml?r1=1.46&r2=1.47&diff_format=u
Index: phpdoc/en/appendices/migration5.xml
diff -u phpdoc/en/appendices/migration5.xml:1.46 
phpdoc/en/appendices/migration5.xml:1.47
--- phpdoc/en/appendices/migration5.xml:1.46    Mon Feb 20 12:42:04 2006
+++ phpdoc/en/appendices/migration5.xml Mon May 15 12:52:20 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.46 $ -->
+<!-- $Revision: 1.47 $ -->
  <appendix id="migration5">
   <title>Migrating from PHP 4 to PHP 5</title>
 
@@ -499,7 +499,7 @@
     <listitem>
      <simpara>
       <function>iconv_strrpos</function> - Finds the last occurrence of a
-      needle within the specified range of haystack
+      needle within a haystack
      </simpara>
     </listitem>
     <listitem>
@@ -583,7 +583,7 @@
     <listitem>
      <simpara>
       <function>time_nanosleep</function> - Delay for a number of seconds and
-      nano seconds
+      nanoseconds
     </simpara>
     </listitem>
    </itemizedlist>
@@ -625,7 +625,7 @@
     <listitem>
      <simpara>
       <function>curl_copy_handle</function> - Copy a cURL handle
-      along with all of it's preferences
+      along with all of its preferences
      </simpara>
     </listitem>
     <listitem>
@@ -697,8 +697,8 @@
     </listitem>
     <listitem>
      <simpara>
-      <function>imagefilter</function> - Applies Filter an image using a
-      custom angle 
+      <function>imagefilter</function> - Applies a filter to an image using
+      custom arguments
      </simpara>
     </listitem>
     <listitem>
@@ -767,8 +767,8 @@
     </listitem>
     <listitem>
      <simpara>
-      <function>setrawcookie</function> - Send a cookie with no url encoding
-      of the value
+      <function>setrawcookie</function> - Send a cookie without URL-encoding
+      the value
      </simpara>
     </listitem>
     <listitem>
@@ -869,7 +869,7 @@
     In previous versions of PHP, objects were handled like primitive types
     (for instance integers and strings). The drawback of this method was that
     semantically the whole object was copied when a variable was assigned, or
-    pass as a parameter to a method. In the new approach, objects are
+    passed as a parameter to a method. In the new approach, objects are
     referenced by handle, and not by value (one can think of a handle as an
     object's identifier).
    </para>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/about.xml?r1=1.42&r2=1.43&diff_format=u
Index: phpdoc/en/appendices/about.xml
diff -u phpdoc/en/appendices/about.xml:1.42 phpdoc/en/appendices/about.xml:1.43
--- phpdoc/en/appendices/about.xml:1.42 Thu Aug 11 00:38:53 2005
+++ phpdoc/en/appendices/about.xml      Mon May 15 12:52:20 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.42 $ -->
+<!-- $Revision: 1.43 $ -->
 
 <appendix id="about">
  <title>About the manual</title>
@@ -333,8 +333,8 @@
   <note>
    <para>
     Please don't abuse the bug system by submitting requests for help. 
-    Instead, one of the many 
-    <ulink url="&url.php.support;">support options</ulink>
+    Instead, use one of the many 
+    <ulink url="&url.php.support;">support options</ulink>.
    </para>
   </note>
   <para>

Reply via email to