aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/ref/cluster.sgml1
-rw-r--r--doc/src/sgml/ref/create_extension.sgml3
-rw-r--r--doc/src/sgml/ref/create_procedure.sgml3
3 files changed, 2 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml
index 0d9720fd8e6..86f5fdc469b 100644
--- a/doc/src/sgml/ref/cluster.sgml
+++ b/doc/src/sgml/ref/cluster.sgml
@@ -28,7 +28,6 @@ CLUSTER [VERBOSE]
<phrase>where <replaceable class="parameter">option</replaceable> can be one of:</phrase>
VERBOSE [ <replaceable class="parameter">boolean</replaceable> ]
-
</synopsis>
</refsynopsisdiv>
diff --git a/doc/src/sgml/ref/create_extension.sgml b/doc/src/sgml/ref/create_extension.sgml
index efd7fc64656..ca2b80d669c 100644
--- a/doc/src/sgml/ref/create_extension.sgml
+++ b/doc/src/sgml/ref/create_extension.sgml
@@ -223,8 +223,7 @@ CREATE EXTENSION hstore SCHEMA addons;
<programlisting>
SET search_path = addons;
CREATE EXTENSION hstore;
-</programlisting>
- </para>
+</programlisting></para>
</refsect1>
<refsect1>
diff --git a/doc/src/sgml/ref/create_procedure.sgml b/doc/src/sgml/ref/create_procedure.sgml
index 2cd47d097f3..03a14c86845 100644
--- a/doc/src/sgml/ref/create_procedure.sgml
+++ b/doc/src/sgml/ref/create_procedure.sgml
@@ -382,8 +382,7 @@ END;
and call like this:
<programlisting>
CALL insert_data(1, 2);
-</programlisting>
- </para>
+</programlisting></para>
</refsect1>
<refsect1 id="sql-createprocedure-compat">