reference/dba/functions/dba-close.xml
9c4c9718261c2705fef2a490e3926751134aec32
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>void</type><methodname>dba_close</methodname>
12
-
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
12
+
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
<function>dba_close</function> closes the established database and frees
...
...
@@ -21,7 +21,7 @@
21
21
<para>
22
22
<variablelist>
23
23
<varlistentry>
24
-
<term><parameter>handle</parameter></term>
24
+
<term><parameter>dba</parameter></term>
25
25
<listitem>
26
26
<para>
27
27
The database handler, returned by <function>dba_open</function> or
...
...
@@ -48,7 +48,6 @@
48
48
</para>
49
49
</refsect1>
50
50
</refentry>
51
-

52
51
<!-- Keep this comment at the end of the file
53
52
Local variables:
54
53
mode: sgml
55
54