reference/dba/functions/dba-optimize.xml
9c4c9718261c2705fef2a490e3926751134aec32
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>dba_optimize</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_optimize</function> optimizes the underlying database.
...
...
@@ -20,7 +20,7 @@
20
20
<para>
21
21
<variablelist>
22
22
<varlistentry>
23
-
<term><parameter>handle</parameter></term>
23
+
<term><parameter>dba</parameter></term>
24
24
<listitem>
25
25
<para>
26
26
The database handler, returned by <function>dba_open</function> or
...
...
@@ -46,7 +46,6 @@
46
46
</para>
47
47
</refsect1>
48
48
</refentry>
49
-

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