Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b51d05b

Browse files
committed
ECPG documentation fix
Marc Cousin, Satoshi Nagayasu
1 parent a914377 commit b51d05b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/ecpg.sgml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3948,8 +3948,9 @@ typedef struct sqlda_struct sqlda_t;
39483948
<term><literal>desc_next</></term>
39493949
<listitem>
39503950
<para>
3951-
If the query returns more than one records, multiple linked SQLDA structures
3952-
are returned, the first record is stored in the SQLDA returned in the
3951+
If the query returns more than one record, multiple linked
3952+
SQLDA structures are returned, and <literal>desc_next</> holds
3953+
a pointer to the next entry in the list.
39533954
</para>
39543955
</listitem>
39553956
</varlistentry>
@@ -8018,7 +8019,7 @@ typedef struct sqlda_compat sqlda_t;
80188019
<term><literal>desc_next</></term>
80198020
<listitem>
80208021
<para>
8021-
Pointer to the next SQLDA structure if the result set contains more than one records.
8022+
Pointer to the next SQLDA structure if the result set contains more than one record.
80228023
</para>
80238024
</listitem>
80248025
</varlistentry>

0 commit comments

Comments
 (0)