Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9cae39b

Browse files
committed
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.
1 parent e7e3414 commit 9cae39b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

doc/src/sgml/ref/cluster.sgml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ CLUSTER [VERBOSE]
2828
<phrase>where <replaceable class="parameter">option</replaceable> can be one of:</phrase>
2929

3030
VERBOSE [ <replaceable class="parameter">boolean</replaceable> ]
31-
3231
</synopsis>
3332
</refsynopsisdiv>
3433

doc/src/sgml/ref/create_extension.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,7 @@ CREATE EXTENSION hstore SCHEMA addons;
223223
<programlisting>
224224
SET search_path = addons;
225225
CREATE EXTENSION hstore;
226-
</programlisting>
227-
</para>
226+
</programlisting></para>
228227
</refsect1>
229228

230229
<refsect1>

doc/src/sgml/ref/create_procedure.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,7 @@ END;
382382
and call like this:
383383
<programlisting>
384384
CALL insert_data(1, 2);
385-
</programlisting>
386-
</para>
385+
</programlisting></para>
387386
</refsect1>
388387

389388
<refsect1 id="sql-createprocedure-compat">

0 commit comments

Comments
 (0)