@@ -8541,7 +8541,7 @@ int dectolong(decimal *np, long *lngp);
8541
8541
int rdatestr(date d, char *str);
8542
8542
</synopsis>
8543
8543
The function receives two arguments, the first one is the date to
8544
- convert (<literal>d</> and the second one is a pointer to the target
8544
+ convert (<literal>d</>) and the second one is a pointer to the target
8545
8545
string. The output format is always <literal>yyyy-mm-dd</>, so you need
8546
8546
to allocate at least 11 bytes (including the zero-byte terminator) for the
8547
8547
string.
@@ -8894,7 +8894,7 @@ int dttoasc(timestamp *ts, char *output);
8894
8894
</synopsis>
8895
8895
The function receives a pointer to the timestamp variable to convert
8896
8896
(<literal>ts</>) and the string that should hold the result of the
8897
- operation <literal>output</>). It converts <literal>ts</> to its
8897
+ operation ( <literal>output</>). It converts <literal>ts</> to its
8898
8898
textual representation according to the SQL standard, which is
8899
8899
be <literal>YYYY-MM-DD HH:MM:SS</literal>.
8900
8900
</para>
@@ -8941,7 +8941,7 @@ int intoasc(interval *i, char *str);
8941
8941
</synopsis>
8942
8942
The function receives a pointer to the interval variable to convert
8943
8943
(<literal>i</>) and the string that should hold the result of the
8944
- operation <literal>str</>). It converts <literal>i</> to its
8944
+ operation ( <literal>str</>). It converts <literal>i</> to its
8945
8945
textual representation according to the SQL standard, which is
8946
8946
be <literal>YYYY-MM-DD HH:MM:SS</literal>.
8947
8947
</para>
0 commit comments