[PHP-DOC] cvs: phpdoc /en/functions regex.xml From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 10/09/00

hholzgra Mon Oct 9 08:02:00 2000 EDT

  Modified files:
    /phpdoc/en/functions regex.xml
  Log:
  a small clarification
  
  
Index: phpdoc/en/functions/regex.xml
diff -u phpdoc/en/functions/regex.xml:1.13 phpdoc/en/functions/regex.xml:1.14
--- phpdoc/en/functions/regex.xml:1.13 Sun Sep 10 15:46:43 2000
+++ phpdoc/en/functions/regex.xml Mon Oct 9 08:02:00 2000
@@ -314,7 +314,7 @@
      an error occurs, <function>split</function> returns false.
     </para>
     <para>
- To get the first five fields from a line from
+ To split off the first four fields from a line from
      <filename>/etc/passwd</filename>:
      <example>
       <title><function>Split</function> Example</title>