colder          Mon Jul 23 19:32:16 2007 UTC

  Modified files:              
    /phpdoc/en/reference/pcre/functions preg-match.xml 
  Log:
  Bad wording
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pcre/functions/preg-match.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/reference/pcre/functions/preg-match.xml
diff -u phpdoc/en/reference/pcre/functions/preg-match.xml:1.24 
phpdoc/en/reference/pcre/functions/preg-match.xml:1.25
--- phpdoc/en/reference/pcre/functions/preg-match.xml:1.24      Wed Jun 20 
22:25:11 2007
+++ phpdoc/en/reference/pcre/functions/preg-match.xml   Mon Jul 23 19:32:16 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
 <refentry xml:id="function.preg-match" xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>preg_match</refname>
@@ -67,8 +67,8 @@
            If this flag is passed, for every occurring match the appendant 
string
            offset will also be returned. Note that this changes the return 
value
            in an array where every element is an array consisting of the 
matched
-           string at offset <literal>0</literal> and its string offset into
-           <parameter>subject</parameter> at offset <literal>1</literal>.
+           string at index <literal>0</literal> and its string offset into
+           <parameter>subject</parameter> at index <literal>1</literal>.
           </simpara>
          </listitem>
         </varlistentry>

Reply via email to