some corrections like using <note> when appropriate

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17295 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Uwe Steinmann 1999-12-16 10:59:00 +00:00
parent c651161c27
commit 559550df6a

View file

@ -77,9 +77,9 @@
specified, this will default or current database after the user
has been changed. If the new user/password combination fails to
be authorized the current connected user stays active.</para>
<para>Note that this function was introduced in PHP 3.0.13 and
<note><para>This function was introduced in PHP 3.0.13 and
requires MySQL 3.23.3 or higher.
</para>
</para></note>
</refsect1>
</refentry>
@ -107,11 +107,11 @@
If the link identifier isn't specified, the last opened link is
assumed.
</para>
<para>
Note that this isn't usually necessary, as non-persistent open
<note><para>
This isn't usually necessary, as non-persistent open
links are automatically closed at the end of the script's
execution.
</para>
</para></note>
<para>
<function>mysql_close</function> will not close persistent links
generated by <function>mysql_pconnect</function>.