Minor corrections

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153366 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Enrique Garcia Briones 2004-03-10 18:49:48 +00:00
parent 753650ead9
commit 8891a53910
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry id="function.mysqli-close">
<refnamediv>
<refname>mysqli_close</refname>
@ -24,7 +24,7 @@
</classsynopsis>
<para>
The <function>mysqli_close</function> function closes a previously opened database
connection specified by the link parameter.
connection specified by the <parameter>link</parameter> parameter.
</para>
</refsect1>
<refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry id="function.mysqli-commit">
<refnamediv>
<refname>mysqli_commit</refname>
@ -23,7 +23,7 @@
</methodsynopsis>
</classsynopsis>
<para>
Commits the current transaction for the database specified by the
Commits the current transaction for the database connection specified by the
<parameter>link</parameter> parameter.
</para>
</refsect1>