[PHP-DOC] cvs: phpdoc /en/reference/regex/functions ereg-replace.xml ereg.xml From: Damien Seguy (dams <email protected>)
Date: 02/28/03

dams Fri Feb 28 18:49:59 2003 EDT

  Modified files:
    /phpdoc/en/reference/regex/functions ereg-replace.xml ereg.xml
  Log:
  See also presentation
  
Index: phpdoc/en/reference/regex/functions/ereg-replace.xml
diff -u phpdoc/en/reference/regex/functions/ereg-replace.xml:1.2 phpdoc/en/reference/regex/functions/ereg-replace.xml:1.3
--- phpdoc/en/reference/regex/functions/ereg-replace.xml:1.2 Wed Apr 17 02:43:50 2002
+++ phpdoc/en/reference/regex/functions/ereg-replace.xml Fri Feb 28 18:49:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/regex.xml, last change in rev 1.2 -->
   <refentry id="function.ereg-replace">
    <refnamediv>
@@ -99,11 +99,14 @@
       </programlisting>
      </example>
     </para>
- <simpara>
- See also <function>ereg</function>, <function>eregi</function>,
- <function>eregi_replace</function>, <function>str_replace</function>,
- and <function>preg_match</function>.
- </simpara>
+ <para>
+ See also
+ <function>ereg</function>,
+ <function>eregi</function>,
+ <function>eregi_replace</function>,
+ <function>str_replace</function>, and
+ <function>preg_match</function>.
+ </para>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/regex/functions/ereg.xml
diff -u phpdoc/en/reference/regex/functions/ereg.xml:1.3 phpdoc/en/reference/regex/functions/ereg.xml:1.4
--- phpdoc/en/reference/regex/functions/ereg.xml:1.3 Thu Feb 20 04:47:21 2003
+++ phpdoc/en/reference/regex/functions/ereg.xml Fri Feb 28 18:49:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/regex.xml, last change in rev 1.2 -->
   <refentry id="function.ereg">
    <refnamediv>
@@ -57,7 +57,7 @@
      The following code snippet takes a date in ISO format
      (YYYY-MM-DD) and prints it in DD.MM.YYYY format:
      <example>
- <title><function>ereg</function> Example</title>
+ <title><function>ereg</function> example</title>
       <programlisting role="php">
 <![CDATA[
 <?php
@@ -71,14 +71,15 @@
       </programlisting>
      </example>
     </para>
- <simpara>
- See also <function>eregi</function>,
+ <para>
+ See also
+ <function>eregi</function>,
      <function>ereg_replace</function>,
      <function>eregi_replace</function>,
      <function>preg_match</function>,
      <function>strpos</function>, and
      <function>strstr</function>.
- </simpara>
+ </para>
    </refsect1>
   </refentry>
 

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php