Skip to content

Commit b9544a0

Browse files
committed
ECPG documentation fixes
Marc Cousin
1 parent eb6af64 commit b9544a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3582,7 +3582,8 @@ risnull(CINTTYPE, (char *) &i);
35823582
<term><literal>ECPG_INFORMIX_DATE_CONVERT</></term>
35833583
<listitem>
35843584
<para>
3585-
Functions return this value if Internally it is defined to -1210 (the
3585+
Functions return this value if an error occurred during date
3586+
formatting. Internally it is defined to -1210 (the
35863587
<productname>Informix</productname> definition).
35873588
</para>
35883589
</listitem>
@@ -3592,7 +3593,8 @@ risnull(CINTTYPE, (char *) &amp;i);
35923593
<term><literal>ECPG_INFORMIX_OUT_OF_MEMORY</></term>
35933594
<listitem>
35943595
<para>
3595-
Functions return this value if Internally it is defined to -1211 (the
3596+
Functions return this value if memory was exhausted during
3597+
their operation. Internally it is defined to -1211 (the
35963598
<productname>Informix</productname> definition).
35973599
</para>
35983600
</listitem>

0 commit comments

Comments
 (0)