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

Commit03f0c08

Browse files
committed
Tweak markup to avoid extra whitespace in man pages
1 parent7f63527 commit03f0c08

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

‎doc/src/sgml/ref/pg_receivexlog.sgml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,9 @@ PostgreSQL documentation
253253
To stream the transaction log from the server at
254254
<literal>mydbserver</literal> and store it in the local directory
255255
<filename>/usr/local/pgsql/archive</filename>:
256-
<screen>
257-
<prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /home/pgbackup/archive</userinput>
258-
</screen>
259-
</para>
256+
<screen>
257+
<prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /home/pgbackup/archive</userinput>
258+
</screen></para>
260259
</refsect1>
261260

262261
<refsect1>

‎doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,8 +1017,7 @@ testdb=&gt;
10171017
those object types.
10181018
</para>
10191019

1020-
<para>
1021-
<literal>\dd</literal> displays descriptions for objects matching the
1020+
<para><literal>\dd</literal> displays descriptions for objects matching the
10221021
<replaceable class="parameter">pattern</replaceable>, or of visible
10231022
objects of the appropriate type if no argument is given. But in either
10241023
case, only objects that have a description are listed.
@@ -2302,8 +2301,7 @@ lo_import 152801
23022301
<programlisting>
23032302
testdb=&gt; <userinput>\setenv PAGER less</userinput>
23042303
testdb=&gt; <userinput>\setenv LESS -imx4F</userinput>
2305-
</programlisting>
2306-
</para>
2304+
</programlisting></para>
23072305
</listitem>
23082306
</varlistentry>
23092307

‎doc/src/sgml/ref/set_transaction.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ SELECT pg_export_snapshot();
235235
<programlisting>
236236
BEGIN TRANSACTION ISOLATION LEVEL REPEATABLE READ;
237237
SET TRANSACTION SNAPSHOT '000003A1-1';
238-
</programlisting>
239-
</para>
238+
</programlisting></para>
240239
</refsect1>
241240

242241
<refsect1 id="R1-SQL-SET-TRANSACTION-3">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp