8000 doc: Add missing parentheses · dpirotte/postgres@f719cd9 · GitHub
[go: up one dir, main page]

Skip to content

Commit f719cd9

Browse files
committed
doc: Add missing parentheses
From: Alexander Law <exclusion@gmail.com>
1 parent ccf893c commit f719cd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8541,7 +8541,7 @@ int dectolong(decimal *np, long *lngp);
85418541
int rdatestr(date d, char *str);
85428542
</synopsis>
85438543
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
85458545
string. The output format is always <literal>yyyy-mm-dd</>, so you need
85468546
to allocate at least 11 bytes (including the zero-byte terminator) for the
85478547
string.
@@ -8894,7 +8894,7 @@ int dttoasc(timestamp *ts, char *output);
88948894
</synopsis>
88958895
The function receives a pointer to the timestamp variable to convert
88968896
(<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
88988898
textual representation according to the SQL standard, which is
88998899
be <literal>YYYY-MM-DD HH:MM:SS</literal>.
89008900
</para>
@@ -8941,7 +8941,7 @@ int intoasc(interval *i, char *str);
89418941
</synopsis>
89428942
The function receives a pointer to the interval variable to convert
89438943
(<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
89458945
textual representation according to the SQL standard, which is
89468946
be <literal>YYYY-MM-DD HH:MM:SS</literal>.
89478947
</para>

0 commit comments

Comments
 (0)
0