Corrected the the nesting of <para> and <note>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41301 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Egon Schmid 2001-02-16 00:47:33 +00:00
parent 829da549ac
commit 80187e31e4
2 changed files with 11 additions and 5 deletions

View file

@ -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>

View file

@ -67,9 +67,13 @@ mail("nobody@aol.com", "the subject", $message,
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>