summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2019-09-26 21:29:14 +0200
committerPeter Eisentraut <peter@eisentraut.org>2019-09-26 21:29:14 +0200
commitd10475a0433291bfd136df6edb06497af0f52cb8 (patch)
tree760a8f8316f5544cd91a4104d3fb2a203354075e
parent79504cfe1b23cd22c78dd5786f81f40905c5cce0 (diff)
doc: Fix whitespace in markup
-rw-r--r--doc/src/sgml/func.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 3981035634a..8c126ac1b9f 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -12889,9 +12889,9 @@ table2-mapping
<literal>WHERE</literal> clause in SQL. A filter expression begins with
a question mark and provides a condition in parentheses:
- <programlisting>
+<programlisting>
? (<replaceable>condition</replaceable>)
- </programlisting>
+</programlisting>
</para>
<para>