reference/dba/functions/dba-sync.xml
9c4c9718261c2705fef2a490e3926751134aec32
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>dba_sync</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_sync</function> synchronizes the database. This will probably
...
...
@@ -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
...
...
@@ -47,7 +47,6 @@
47
47
</para>
48
48
</refsect1>
49
49
</refentry>
50
-

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