helly           Tue May 27 14:48:39 2003 EDT

  Modified files:              
    /phpdoc/en/reference/outcontrol/functions   ob-end-clean.xml 
  Log:
  WS and order of paragraphs
  
Index: phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml:1.3 
phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml:1.4
--- phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml:1.3       Tue May 27 
14:37:29 2003
+++ phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml   Tue May 27 14:48:39 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
   <refentry id="function.ob-end-clean">
    <refnamediv>
@@ -22,12 +22,7 @@
      reason a buffer could not be deleted (possible for special buffer).
     </para>
     <para>
-     See also <function>ob_start</function>,
-     <function>ob_clean</function> and
-     <function>ob_end_flush</function>.
-    </para>
-   <para>
-    The following example shows an easy way to get rid of all output buffers:
+     The following example shows an easy way to get rid of all output buffers:
      <example>
       <title><function>ob_end_clean</function> example</title>
       <programlisting role="php">
@@ -38,7 +33,7 @@
 ]]>
       </programlisting>
      </example>
-   </para>
+    </para>
     <para>
      <note>
       <simpara>
@@ -46,6 +41,11 @@
       </simpara>
       <simpara>
        The boolean return value was added in PHP 4.2.0.
+      </simpara>
+      <simpara>
+       See also <function>ob_start</function>,
+       <function>ob_clean</function> and
+       <function>ob_end_flush</function>.
       </simpara>
      </note>
     </para>



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

Reply via email to