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