reference/dba/functions/dba-firstkey.xml
9c4c9718261c2705fef2a490e3926751134aec32
...
...
@@ -8,8 +8,8 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>string</type><methodname>dba_firstkey</methodname>
12
-
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
11
+
<type class="union"><type>string</type><type>false</type></type><methodname>dba_firstkey</methodname>
12
+
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
<function>dba_firstkey</function> returns the first key of the database
...
...
@@ -22,7 +22,7 @@
22
22
<para>
23
23
<variablelist>
24
24
<varlistentry>
25
-
<term><parameter>handle</parameter></term>
25
+
<term><parameter>dba</parameter></term>
26
26
<listitem>
27
27
<para>
28
28
The database handler, returned by <function>dba_open</function> or
...
...
@@ -50,7 +50,6 @@
50
50
</para>
51
51
</refsect1>
52
52
</refentry>
53
-

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