diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index bb37a002907..6f4e021fa7e 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,4 +1,4 @@ - + <application>ECPG</application> - Embedded <acronym>SQL</acronym> in C @@ -3883,11 +3883,12 @@ dtcvfmtasc(char *inbuf, char *fmtstr, timestamp *dtvalue) The function receives the string to parse (inbuf), the format mask to use (fmtstr) and a pointer to the timestamp - variable that should hold the result of the operation (ts). + variable that should hold the result of the operation + (dtvalue). - This functions is implemented by means of the . See the documentation + This function is implemented by means of the function. See the documentation there for a list of format specifiers that can be used.