Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9cae39b

Browse files
committed
doc: Fix man page whitespace issues
Whitespace between tags is significant, and in some cases it createsextra vertical space in man pages. The fix is to remove some newlinesin the markup.
1 parente7e3414 commit9cae39b

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)

[8]ページ先頭

©2009-2025 Movatter.jp