Skip to content

Commit ec688fd

Browse files
committed
More ECPG documentation fixes
Marc Cousin
1 parent 843c280 commit ec688fd

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
@@ -4377,7 +4377,8 @@ risnull(CINTTYPE, (char *) &i);
43774377
<term><literal>ECPG_INFORMIX_DATE_CONVERT</></term>
43784378
<listitem>
43794379
<para>
4380-
Functions return this value if Internally it is defined to -1210 (the
4380+
Functions return this value if an error occurred during date
4381+
formatting. Internally it is defined to -1210 (the
43814382
<productname>Informix</productname> definition).
43824383
</para>
43834384
</listitem>
@@ -4387,7 +4388,8 @@ risnull(CINTTYPE, (char *) &i);
43874388
<term><literal>ECPG_INFORMIX_OUT_OF_MEMORY</></term>
43884389
<listitem>
43894390
<para>
4390-
Functions return this value if Internally it is defined to -1211 (the
4391+
Functions return this value if memory was exhausted during
4392+
their operation. Internally it is defined to -1211 (the
43914393
<productname>Informix</productname> definition).
43924394
</para>
43934395
</listitem>

0 commit comments

Comments
 (0)