doc: Fix man page whitespace issues
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 9 Apr 2021 21:23:45 +0000 (23:23 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 9 Apr 2021 21:36:46 +0000 (23:36 +0200)
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.

doc/src/sgml/ref/cluster.sgml
doc/src/sgml/ref/create_extension.sgml
doc/src/sgml/ref/create_procedure.sgml

index 0d9720fd8e6c78226f97a1b55b07db58ededcb70..86f5fdc469be470d57913e3d41a64b2eb5940ef0 100644 (file)
@@ -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>
 
index efd7fc646560fb7ede29cbdb7e096621414672d5..ca2b80d669c5ee568491384751fe54bc9cfe074a 100644 (file)
@@ -223,8 +223,7 @@ CREATE EXTENSION hstore SCHEMA addons;
 <programlisting>
 SET search_path = addons;
 CREATE EXTENSION hstore;
-</programlisting>
-  </para>
+</programlisting></para>
  </refsect1>
 
  <refsect1>
index 2cd47d097f3fc2b9fcdb9ec9d28d35cb2440fcde..03a14c868458ebd243cdcf20eba43dec3ea7687e 100644 (file)
@@ -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">