yannick         Wed May 19 12:09:22 2004 EDT

  Modified files:              
    /phpdoc/en/reference/outcontrol/functions   ob-gzhandler.xml 
                                                ob-list-handlers.xml 
                                                ob-start.xml 
                                                output-add-rewrite-var.xml 
                                                output-reset-rewrite-vars.xml 
  Log:
  typos
  
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.5 
phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.6
--- phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.5       Wed Jan 14 
07:21:59 2004
+++ phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml   Wed May 19 12:09:22 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
   <refentry id="function.ob-gzhandler">
    <refnamediv>
@@ -15,11 +15,6 @@
       <methodparam><type>string</type><parameter>buffer</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>                
      </methodsynopsis>
-    <note>
-     <para>
-      <parameter>mode</parameter> was added in PHP 4.0.5.
-     </para>
-    </note>
     <para>
      <function>ob_gzhandler</function> is intended to be used as a
      callback function for <function>ob_start</function> to help
@@ -31,9 +26,14 @@
      browsers are supported since it's up to the browser to send the
      correct header saying that it accepts compressed web pages.
     </para>
+    <note>
+     <para>
+      <parameter>mode</parameter> was added in PHP 4.0.5.
+     </para>
+    </note>
     <para>
      <example>
-      <title><function>ob_gzhandler</function> Example</title>
+      <title><function>ob_gzhandler</function> example</title>
       <programlisting role="php">
 <![CDATA[
 <?php
@@ -43,17 +43,13 @@
 ?>
 <html>
 <body>
-<p>This should be a compressed page.
+<p>This should be a compressed page.</p>
 </html>
 <body>
 ]]>
       </programlisting>
      </example>
     </para>
-    <para>
-     See also <function>ob_start</function> and
-     <function>ob_end_flush</function>.
-    </para>
     <note>
      <para>
       You cannot use both <function>ob_gzhandler</function> and
@@ -64,6 +60,11 @@
       <function>ob_gzhandler</function>.
      </para>
     </note>
+    <para>
+     See also 
+     <function>ob_start</function> and
+     <function>ob_end_flush</function>.
+    </para>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml:1.3 
phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml:1.4
--- phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml:1.3   Sat Jan  3 
12:37:46 2004
+++ phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml       Wed May 19 
12:09:22 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.ob-list-handlers">
    <refnamediv>
     <refname>ob_list_handlers</refname>
@@ -54,9 +54,11 @@
      </example>
     </para>
     <para>
-     See also <function>ob_end_clean</function>,
+     See also 
+     <function>ob_end_clean</function>,
      <function>ob_end_flush</function>,
-     <function>ob_get_flush</function>, and <function>ob_start</function>.
+     <function>ob_get_flush</function>,
+     <function>ob_start</function>.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-start.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-start.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.9 
phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.10
--- phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.9   Sat Feb 28 10:13:39 
2004
+++ phpdoc/en/reference/outcontrol/functions/ob-start.xml       Wed May 19 12:09:22 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
   <refentry id="function.ob-start">
    <refnamediv>
@@ -109,7 +109,7 @@
 <![CDATA[
 <html>
 <body>
-<p>It's like comparing oranges to oranges.
+<p>It's like comparing oranges to oranges.</p>
 </body>
 </html>
 ]]>
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml
diff -u phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml:1.3 
phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml:1.4
--- phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml:1.3     Tue 
Jan  6 10:06:45 2004
+++ phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml Wed May 19 
12:09:22 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.output-add-rewrite-var">
    <refnamediv>
     <refname>output_add_rewrite_var</refname>
@@ -63,8 +63,10 @@
      </example>
     </para>
     <para>
-     See also <function>output_reset_rewrite_vars</function>,
-     <function>ob_flush</function> and <function>ob_list_handlers</function>.
+     See also 
+     <function>output_reset_rewrite_vars</function>,
+     <function>ob_flush</function> and 
+     <function>ob_list_handlers</function>.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml
diff -u phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml:1.3 
phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml:1.4
--- phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml:1.3  Tue 
Jan  6 03:54:24 2004
+++ phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml      Wed 
May 19 12:09:22 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.output-reset-rewrite-vars">
    <refnamediv>
     <refname>output_reset_rewrite_vars</refname>
@@ -46,8 +46,10 @@
      </example>
     </para>
     <para>
-     See also <function>output_add_rewrite_var</function>,
-     <function>ob_flush</function>, <function>ob_list_handlers</function> and
+     See also 
+     <function>output_add_rewrite_var</function>,
+     <function>ob_flush</function>, 
+     <function>ob_list_handlers</function> and
      <function>session_start</function>.
     </para>
    </refsect1>

Reply via email to