Commit 9cae39b8 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Fix man page whitespace issues

Whitespace between tags is significant, and in some cases it creates
extra vertical space in man pages.  The fix is to remove some newlines
in the markup.
parent e7e34140
...@@ -28,7 +28,6 @@ CLUSTER [VERBOSE] ...@@ -28,7 +28,6 @@ CLUSTER [VERBOSE]
<phrase>where <replaceable class="parameter">option</replaceable> can be one of:</phrase> <phrase>where <replaceable class="parameter">option</replaceable> can be one of:</phrase>
VERBOSE [ <replaceable class="parameter">boolean</replaceable> ] VERBOSE [ <replaceable class="parameter">boolean</replaceable> ]
</synopsis> </synopsis>
</refsynopsisdiv> </refsynopsisdiv>
......
...@@ -223,8 +223,7 @@ CREATE EXTENSION hstore SCHEMA addons; ...@@ -223,8 +223,7 @@ CREATE EXTENSION hstore SCHEMA addons;
<programlisting> <programlisting>
SET search_path = addons; SET search_path = addons;
CREATE EXTENSION hstore; CREATE EXTENSION hstore;
</programlisting> </programlisting></para>
</para>
</refsect1> </refsect1>
<refsect1> <refsect1>
......
...@@ -382,8 +382,7 @@ END; ...@@ -382,8 +382,7 @@ END;
and call like this: and call like this:
<programlisting> <programlisting>
CALL insert_data(1, 2); CALL insert_data(1, 2);
</programlisting> </programlisting></para>
</para>
</refsect1> </refsect1>
<refsect1 id="sql-createprocedure-compat"> <refsect1 id="sql-createprocedure-compat">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment