@@ -8559,7 +8559,7 @@ int dectolong(decimal *np, long *lngp);
8559
8559
int rdatestr(date d, char *str);
8560
8560
</synopsis>
8561
8561
The function receives two arguments, the first one is the date to
8562
- convert (<literal>d</> and the second one is a pointer to the target
8562
+ convert (<literal>d</>) and the second one is a pointer to the target
8563
8563
string. The output format is always <literal>yyyy-mm-dd</>, so you need
8564
8564
to allocate at least 11 bytes (including the zero-byte terminator) for the
8565
8565
string.
@@ -8912,7 +8912,7 @@ int dttoasc(timestamp *ts, char *output);
8912
8912
</synopsis>
8913
8913
The function receives a pointer to the timestamp variable to convert
8914
8914
(<literal>ts</>) and the string that should hold the result of the
8915
- operation <literal>output</>). It converts <literal>ts</> to its
8915
+ operation ( <literal>output</>). It converts <literal>ts</> to its
8916
8916
textual representation according to the SQL standard, which is
8917
8917
be <literal>YYYY-MM-DD HH:MM:SS</literal>.
8918
8918
</para>
@@ -8959,7 +8959,7 @@ int intoasc(interval *i, char *str);
8959
8959
</synopsis>
8960
8960
The function receives a pointer to the interval variable to convert
8961
8961
(<literal>i</>) and the string that should hold the result of the
8962
- operation <literal>str</>). It converts <literal>i</> to its
8962
+ operation ( <literal>str</>). It converts <literal>i</> to its
8963
8963
textual representation according to the SQL standard, which is
8964
8964
be <literal>YYYY-MM-DD HH:MM:SS</literal>.
8965
8965
</para>
0 commit comments