eschmid         Thu Feb 15 16:47:35 2001 EDT

  Modified files:              
    /phpdoc/en/functions        dir.xml mail.xml 
  Log:
  Corrected the the nesting of <para> and <note>.
  
Index: phpdoc/en/functions/dir.xml
diff -u phpdoc/en/functions/dir.xml:1.11 phpdoc/en/functions/dir.xml:1.12
--- phpdoc/en/functions/dir.xml:1.11    Thu Feb 15 11:53:57 2001
+++ phpdoc/en/functions/dir.xml Thu Feb 15 16:47:33 2001
@@ -19,13 +19,15 @@
      Changes the root directory of the current process to
      <parameter>directory</parameter>.  Returns FALSE if unable to
      change the root directory, TRUE otherwise.
-     <note>
+    </para>
+    <note>
+     <para>
       It's not wise to use this function when running in a webserver
       environment, because it's not possible to reset the root
       directory to / again at the end of the request. This function
       will only function correct when running as CGI this way.
-     </note>
-    </para>
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/functions/mail.xml
diff -u phpdoc/en/functions/mail.xml:1.14 phpdoc/en/functions/mail.xml:1.15
--- phpdoc/en/functions/mail.xml:1.14   Thu Feb 15 10:11:57 2001
+++ phpdoc/en/functions/mail.xml        Thu Feb 15 16:47:33 2001
@@ -67,9 +67,13 @@
      header when using the -f parameter, because the webserver user is probably
      not a member of the trusted users. To suppress this warning, you should add
      the web server user to the trusted users in your sendmail config file.
-     <note>
+    </para>
+    <note>
+     <para>
       This fifth parameter was added in PHP 4.0.5.
-     </note>
+     </para>
+    </note>
+    <para>
      <example>
       <title>Sending mail with extra headers and setting an additional command line 
parameter.</title>
       <programlisting>


Reply via email to