Clean up description of ecpg's dtcvfmtasc function.
authorTom Lane
Thu, 2 Sep 2010 14:57:04 +0000 (14:57 +0000)
committerTom Lane
Thu, 2 Sep 2010 14:57:04 +0000 (14:57 +0000)
Per KOIZUMI Satoru.

doc/src/sgml/ecpg.sgml

index bb37a002907832ea98b459e88cafce32959cad10..6f4e021fa7ee1e4938e3ef4418c1783ebff47aeb 100644 (file)
@@ -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 
-        linkend="PGTYPEStimestampdefmtasc">. See the documentation
+        This function is implemented by means of the 
+        linkend="PGTYPEStimestampdefmtasc"> function. See the documentation
         there for a list of format specifiers that can be used.