vrana           Wed Apr 20 10:05:09 2005 EDT

  Modified files:              
    /phpdoc/en/language operators.xml 
    /phpdoc/en/reference/array/functions        array-multisort.xml 
    /phpdoc/en/reference/bcompiler/functions    
                                                bcompiler-write-exe-footer.xml 
                                                bcompiler-write-footer.xml 
    /phpdoc/en/reference/curl/functions curl-setopt.xml 
    /phpdoc/en/reference/dom/functions  
                                        dom-domdocument-schemavalidate.xml 
    /phpdoc/en/reference/ftp/functions  ftp-size.xml 
    /phpdoc/en/reference/info/functions phpcredits.xml 
    /phpdoc/en/reference/pdo/functions  PDOStatement-bindParam.xml 
    /phpdoc/en/reference/printer/functions      printer-set-option.xml 
    /phpdoc/en/reference/sem/functions  msg-send.xml 
    /phpdoc/en/reference/strings/functions      money-format.xml stripos.xml 
                                                strpos.xml 
  Log:
  Remove double article
  
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.85&r2=1.86&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.85 
phpdoc/en/language/operators.xml:1.86
--- phpdoc/en/language/operators.xml:1.85       Tue Apr  5 08:38:28 2005
+++ phpdoc/en/language/operators.xml    Wed Apr 20 10:05:06 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.85 $ -->
+<!-- $Revision: 1.86 $ -->
  <chapter id="language.operators">
   <title>Operators</title>
   <simpara>
@@ -307,7 +307,7 @@
    <simpara>
     The basic assignment operator is "=". Your first inclination might
     be to think of this as "equal to". Don't. It really means that the
-    the left operand gets set to the value of the expression on the
+    left operand gets set to the value of the expression on the
     rights (that is, "gets set to").
    </simpara>
    <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-multisort.xml?r1=1.16&r2=1.17&ty=u
Index: phpdoc/en/reference/array/functions/array-multisort.xml
diff -u phpdoc/en/reference/array/functions/array-multisort.xml:1.16 
phpdoc/en/reference/array/functions/array-multisort.xml:1.17
--- phpdoc/en/reference/array/functions/array-multisort.xml:1.16        Tue Apr 
 5 14:27:08 2005
+++ phpdoc/en/reference/array/functions/array-multisort.xml     Wed Apr 20 
10:05:07 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.11 -->
   <refentry id="function.array-multisort">
    <refnamediv>
@@ -203,7 +203,7 @@
       </para>
       <para>
        We have an array of rows, but <function>array_multisort</function>
-       requires an array of columns, so we use the the below code to obtain the
+       requires an array of columns, so we use the below code to obtain the
        columns, then perform the sorting.
       </para>
       <programlisting role="php">
http://cvs.php.net/diff.php/phpdoc/en/reference/bcompiler/functions/bcompiler-write-exe-footer.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/bcompiler/functions/bcompiler-write-exe-footer.xml
diff -u 
phpdoc/en/reference/bcompiler/functions/bcompiler-write-exe-footer.xml:1.2 
phpdoc/en/reference/bcompiler/functions/bcompiler-write-exe-footer.xml:1.3
--- phpdoc/en/reference/bcompiler/functions/bcompiler-write-exe-footer.xml:1.2  
Mon Jan 17 10:26:06 2005
+++ phpdoc/en/reference/bcompiler/functions/bcompiler-write-exe-footer.xml      
Wed Apr 20 10:05:08 2005
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
   <refentry id="function.bcompiler-write-exe-footer">
    <refnamediv>
     <refname>bcompiler_write_exe_footer</refname>
-    <refpurpose>Writes the the start pos, and sig to the end of a exe type 
file</refpurpose>
+    <refpurpose>Writes the start pos, and sig to the end of a exe type 
file</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/bcompiler/functions/bcompiler-write-footer.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/bcompiler/functions/bcompiler-write-footer.xml
diff -u phpdoc/en/reference/bcompiler/functions/bcompiler-write-footer.xml:1.2 
phpdoc/en/reference/bcompiler/functions/bcompiler-write-footer.xml:1.3
--- phpdoc/en/reference/bcompiler/functions/bcompiler-write-footer.xml:1.2      
Wed Apr 20 09:53:31 2005
+++ phpdoc/en/reference/bcompiler/functions/bcompiler-write-footer.xml  Wed Apr 
20 10:05:08 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
   <refentry id="function.bcompiler-write-footer">
    <refnamediv>
@@ -14,7 +14,7 @@
      </methodsynopsis>
    &warn.experimental.func;
     <para>
-     Writes the a single character \x00 to indicate End of compiled data.
+     Writes the single character \x00 to indicate End of compiled data.
     </para>
     <example>
      <title><function>bcompiler_write_footer</function> example</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/functions/curl-setopt.xml?r1=1.17&r2=1.18&ty=u
Index: phpdoc/en/reference/curl/functions/curl-setopt.xml
diff -u phpdoc/en/reference/curl/functions/curl-setopt.xml:1.17 
phpdoc/en/reference/curl/functions/curl-setopt.xml:1.18
--- phpdoc/en/reference/curl/functions/curl-setopt.xml:1.17     Thu Apr 14 
02:37:37 2005
+++ phpdoc/en/reference/curl/functions/curl-setopt.xml  Wed Apr 20 10:05:08 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
 <!-- splitted from ./en/functions/curl.xml, last change in rev 1.1 -->
   <refentry id="function.curl-setopt">
    <refnamediv>
@@ -1019,7 +1019,7 @@
     </para>
     <para>
      <parameter>value</parameter> should be a string that is the name of a 
valid
-     callback function for the the following values of the
+     callback function for the following values of the
      <parameter>option</parameter> parameter:
      <informaltable>
       <tgroup cols="3">
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domdocument-schemavalidate.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domdocument-schemavalidate.xml
diff -u 
phpdoc/en/reference/dom/functions/dom-domdocument-schemavalidate.xml:1.2 
phpdoc/en/reference/dom/functions/dom-domdocument-schemavalidate.xml:1.3
--- phpdoc/en/reference/dom/functions/dom-domdocument-schemavalidate.xml:1.2    
Mon Jan 17 03:41:33 2005
+++ phpdoc/en/reference/dom/functions/dom-domdocument-schemavalidate.xml        
Wed Apr 20 10:05:08 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.dom-domdocument-schemavalidate">
  <refnamediv>
   <refname>DOMDocument->schemaValidate()</refname>
@@ -17,7 +17,7 @@
    </methodsynopsis>
   </classsynopsis>
   <para>
-   Validates a document based on a the given schema file. 
+   Validates a document based on the given schema file. 
   </para>
  </refsect1>
  <refsect1 role="parameters">
http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-size.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/ftp/functions/ftp-size.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-size.xml:1.6 
phpdoc/en/reference/ftp/functions/ftp-size.xml:1.7
--- phpdoc/en/reference/ftp/functions/ftp-size.xml:1.6  Sun Jan 16 00:09:23 2005
+++ phpdoc/en/reference/ftp/functions/ftp-size.xml      Wed Apr 20 10:05:08 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.ftp-size">
  <refnamediv>
   <refname>ftp_size</refname>
@@ -13,7 +13,7 @@
    
<methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
   </methodsynopsis>
   <para>
-   <function>ftp_size</function> returns the size of a the given file in
+   <function>ftp_size</function> returns the size of the given file in
    bytes.
   </para>
   <note>
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/phpcredits.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/info/functions/phpcredits.xml
diff -u phpdoc/en/reference/info/functions/phpcredits.xml:1.5 
phpdoc/en/reference/info/functions/phpcredits.xml:1.6
--- phpdoc/en/reference/info/functions/phpcredits.xml:1.5       Wed Jan 21 
04:29:21 2004
+++ phpdoc/en/reference/info/functions/phpcredits.xml   Wed Apr 20 10:05:08 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.18 -->
   <refentry id="function.phpcredits">
    <refnamediv>
@@ -99,7 +99,7 @@
          <entry>CREDITS_FULLPAGE</entry>
          <entry>
           Usually used in combination with the other flags.  Indicates
-          that the a complete stand-alone HTML page needs to be
+          that a complete stand-alone HTML page needs to be
           printed including the information indicated by the other
           flags.
          </entry>
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.4 
phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.5
--- phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.4    Thu Mar 
24 07:48:18 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml        Wed Apr 
20 10:05:08 2005
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.PDOStatement-bindParam">
    <refnamediv>
     <refname>PDOStatement::bindParam</refname>
     <refpurpose>
-     Binds a parameter to a the specified variable name
+     Binds a parameter to the specified variable name
     </refpurpose>
    </refnamediv>
    <refsect1 role="description">
http://cvs.php.net/diff.php/phpdoc/en/reference/printer/functions/printer-set-option.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/printer/functions/printer-set-option.xml
diff -u phpdoc/en/reference/printer/functions/printer-set-option.xml:1.5 
phpdoc/en/reference/printer/functions/printer-set-option.xml:1.6
--- phpdoc/en/reference/printer/functions/printer-set-option.xml:1.5    Sat Feb 
28 10:13:42 2004
+++ phpdoc/en/reference/printer/functions/printer-set-option.xml        Wed Apr 
20 10:05:08 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/printer.xml, last change in rev 1.6 -->
   <refentry id="function.printer-set-option">
    <refnamediv>
@@ -65,7 +65,7 @@
       <listitem>
        <simpara>
          <parameter>PRINTER_PAPER_FORMAT</parameter>:
-         specifies the a predefined paper format, set 
<parameter>value</parameter> 
+         specifies a predefined paper format, set <parameter>value</parameter> 
          to PRINTER_FORMAT_CUSTOM if you want to specify a custom format with 
          PRINTER_PAPER_WIDTH and PRINTER_PAPER_LENGTH. 
<parameter>value</parameter> 
          can be one of the following constants.
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/msg-send.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/sem/functions/msg-send.xml
diff -u phpdoc/en/reference/sem/functions/msg-send.xml:1.5 
phpdoc/en/reference/sem/functions/msg-send.xml:1.6
--- phpdoc/en/reference/sem/functions/msg-send.xml:1.5  Wed Nov 10 03:30:42 2004
+++ phpdoc/en/reference/sem/functions/msg-send.xml      Wed Apr 20 10:05:08 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
   <refentry id="function.msg-send">
    <refnamediv>
     <refname>msg_send</refname>
@@ -20,7 +20,7 @@
     </methodsynopsis>
     <para>
      <function>msg_send</function> sends a <parameter>message</parameter> of 
type
-     <parameter>msgtype</parameter> (which MUST be greater than 0) to a
+     <parameter>msgtype</parameter> (which MUST be greater than 0) to
      the message queue specified by <parameter>queue</parameter>.
     </para>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/money-format.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/strings/functions/money-format.xml
diff -u phpdoc/en/reference/strings/functions/money-format.xml:1.7 
phpdoc/en/reference/strings/functions/money-format.xml:1.8
--- phpdoc/en/reference/strings/functions/money-format.xml:1.7  Tue Jan  6 
09:35:49 2004
+++ phpdoc/en/reference/strings/functions/money-format.xml      Wed Apr 20 
10:05:09 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
   <refentry id="function.money-format">
    <refnamediv>
     <refname>money_format</refname>
@@ -45,7 +45,7 @@
         <term><literal>=</literal><replaceable>f</replaceable></term>
         <listitem>
          <para>
-          The character <literal>=</literal> followed by a a (single byte)
+          The character <literal>=</literal> followed by a (single byte)
           character <replaceable>f</replaceable> to be used as the numeric fill
           character. The default fill character is space.
          </para>
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/stripos.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/strings/functions/stripos.xml
diff -u phpdoc/en/reference/strings/functions/stripos.xml:1.5 
phpdoc/en/reference/strings/functions/stripos.xml:1.6
--- phpdoc/en/reference/strings/functions/stripos.xml:1.5       Thu Jul 22 
18:51:12 2004
+++ phpdoc/en/reference/strings/functions/stripos.xml   Wed Apr 20 10:05:09 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
   <refentry id="function.stripos">
    <refnamediv>
     <refname>stripos</refname>
@@ -68,7 +68,7 @@
      The optional <parameter>offset</parameter> parameter allows you
      to specify which character in <parameter>haystack</parameter> to
      start searching. The position returned is still relative to the
-     the beginning of <parameter>haystack</parameter>.
+     beginning of <parameter>haystack</parameter>.
     </para>
 
     &note.bin-safe;
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strpos.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/strings/functions/strpos.xml
diff -u phpdoc/en/reference/strings/functions/strpos.xml:1.7 
phpdoc/en/reference/strings/functions/strpos.xml:1.8
--- phpdoc/en/reference/strings/functions/strpos.xml:1.7        Fri Apr  1 
05:15:23 2005
+++ phpdoc/en/reference/strings/functions/strpos.xml    Wed Apr 20 10:05:09 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.8 -->
   <refentry id="function.strpos">
    <refnamediv>
@@ -66,7 +66,7 @@
      The optional <parameter>offset</parameter> parameter allows you
      to specify which character in <parameter>haystack</parameter> to
      start searching. The position returned is still relative to the
-     the beginning of <parameter>haystack</parameter>.
+     beginning of <parameter>haystack</parameter>.
     </para>
     <para>
      See also <function>strrpos</function>, 

Reply via email to