jimw            Tue Mar  6 19:45:30 2001 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  someone has the wrong <note> syntax on the brain. please do a make
  test before commiting, especially to the english docs!
  
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.53 phpdoc/en/functions/filesystem.xml:1.54
--- phpdoc/en/functions/filesystem.xml:1.53     Tue Mar  6 15:43:03 2001
+++ phpdoc/en/functions/filesystem.xml  Tue Mar  6 19:45:30 2001
@@ -1135,14 +1135,14 @@
       </listitem>
      </itemizedlist>
     </para>
-    <para>
-     <note>
+    <note>
+     <para>
       The <parameter>mode</parameter> may contain the letter
       'b'. This is useful only on systems which differentiate between
       binary and text files (i.e. Windows. It's useless on Unix). 
       If not needed, this will be ignored.
-     </note>
-    </para>
+     </para>
+    </note>
     <para>
      You can use the optional third parameter and set it to "1", if
      you want to search for the file in the <link
@@ -1286,13 +1286,13 @@
       </programlisting>
      </informalexample>
     </para>
-    <para>
-     <note>
+    <note>
+     <para>
       On systems which differentiate between binary and text files 
       (i.e. Windows) the file must be opened with 'b' included in
       <function>fopen</function> mode parameter.
-     </note>
-    </para>
+     </para>
+    </note>
     <para>
      <informalexample>
       <programlisting role="php">


Reply via email to