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

Commit 00b0c73

Browse files
committed
Fix a whitespace issue with the man pages
See 6ef2448 for an explanation. This is the same for the new man pages.
1 parent c8e0867 commit 00b0c73

File tree

5 files changed

+12
-20
lines changed

5 files changed

+12
-20
lines changed

doc/src/sgml/pgarchivecleanup.sgml

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ pg_archivecleanup: keep WAL file "archive/000000010000003700000010" and later
7272
pg_archivecleanup: removing file "archive/00000001000000370000000F"
7373
pg_archivecleanup: removing file "archive/00000001000000370000000E"
7474
</programlisting>
75+
</para>
76+
<para>
7577
<application>pg_archivecleanup</application> assumes that
7678
<replaceable>archivelocation</> is a directory readable and writable by the
7779
server-owning user.

doc/src/sgml/pgbench.sgml

+6-12
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
545545
Example:
546546
<programlisting>
547547
\set ntellers 10 * :scale
548-
</programlisting>
549-
</para>
548+
</programlisting></para>
550549
</listitem>
551550
</varlistentry>
552551

@@ -568,8 +567,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
568567
Example:
569568
<programlisting>
570569
\setrandom aid 1 :naccounts
571-
</programlisting>
572-
</para>
570+
</programlisting></para>
573571
</listitem>
574572
</varlistentry>
575573

@@ -592,8 +590,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
592590
Example:
593591
<programlisting>
594592
\sleep 10 ms
595-
</programlisting>
596-
</para>
593+
</programlisting></para>
597594
</listitem>
598595
</varlistentry>
599596

@@ -621,8 +618,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
621618
Example:
622619
<programlisting>
623620
\setshell variable_to_be_assigned command literal_argument :variable ::literal_starting_with_colon
624-
</programlisting>
625-
</para>
621+
</programlisting></para>
626622
</listitem>
627623
</varlistentry>
628624

@@ -640,8 +636,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
640636
Example:
641637
<programlisting>
642638
\shell command literal_argument :variable ::literal_starting_with_colon
643-
</programlisting>
644-
</para>
639+
</programlisting></para>
645640
</listitem>
646641
</varlistentry>
647642
</variablelist>
@@ -716,8 +711,7 @@ END;
716711
0 200 2465 0 1175850568 998079
717712
0 201 2513 0 1175850569 608
718713
0 202 2038 0 1175850569 2663
719-
</screen>
720-
</para>
714+
</screen></para>
721715
</refsect2>
722716

723717
<refsect2>

doc/src/sgml/pgtesttiming.sgml

+1-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ Histogram of timing durations:
192192
4: 3010 0.00981%
193193
2: 2993204 9.75277%
194194
1: 27694571 90.23734%
195-
</screen>
196-
</para>
195+
</screen></para>
197196

198197
</refsect2>
199198

doc/src/sgml/pgupgrade.sgml

+2-4
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ mv /usr/local/pgsql /usr/local/pgsql.old
240240

241241
<programlisting>
242242
gmake prefix=/usr/local/pgsql.new install
243-
</programlisting>
244-
</para>
243+
</programlisting></para>
245244
</step>
246245

247246
<step>
@@ -311,8 +310,7 @@ NET STOP postgresql-9.0
311310

312311
<programlisting>
313312
NET STOP pgsql-8.3 (<productname>PostgreSQL</> 8.3 and older used a different service name)
314-
</programlisting>
315-
</para>
313+
</programlisting></para>
316314
</step>
317315

318316
<step>

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -2264,8 +2264,7 @@ lo_import 152801
22642264
unset a variable, use the <command>\unset</command> command.
22652265
</para>
22662266

2267-
<para>
2268-
<command>\set</> without any arguments displays the names and values
2267+
<para><command>\set</> without any arguments displays the names and values
22692268
of all currently-set <application>psql</> variables.
22702269
</para>
22712270

0 commit comments

Comments
 (0)