]> granicus.if.org Git - postgresql/commitdiff
Fix a whitespace issue with the man pages
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 15 May 2012 19:55:13 +0000 (22:55 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 15 May 2012 19:55:13 +0000 (22:55 +0300)
See 6ef24487967692604b07a4a54e71821a60fb729a for an explanation.  This
is the same for the new man pages.

doc/src/sgml/pgarchivecleanup.sgml
doc/src/sgml/pgbench.sgml
doc/src/sgml/pgtesttiming.sgml
doc/src/sgml/pgupgrade.sgml
doc/src/sgml/ref/psql-ref.sgml

index 4ae9c45f87fe2e91f4f4492fb1968b38984721d1..c6b5d7ad2768335cda25e68db9a136506a5d32af 100644 (file)
@@ -72,6 +72,8 @@ pg_archivecleanup:  keep WAL file "archive/000000010000003700000010" and later
 pg_archivecleanup:  removing file "archive/00000001000000370000000F"
 pg_archivecleanup:  removing file "archive/00000001000000370000000E"
 </programlisting>
+  </para>
+  <para>
    <application>pg_archivecleanup</application> assumes that
    <replaceable>archivelocation</> is a directory readable and writable by the
    server-owning user.
index 16ac69f9ee0eb207679e635d92901c4a72537fed..1b0905fa271d6fb69fb2dc98dfe58c02729b6dce 100644 (file)
@@ -545,8 +545,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
       Example:
 <programlisting>
 \set ntellers 10 * :scale
-</programlisting>
-     </para>
+</programlisting></para>
     </listitem>
    </varlistentry>
 
@@ -568,8 +567,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
       Example:
 <programlisting>
 \setrandom aid 1 :naccounts
-</programlisting>
-     </para>
+</programlisting></para>
     </listitem>
    </varlistentry>
 
@@ -592,8 +590,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
       Example:
 <programlisting>
 \sleep 10 ms
-</programlisting>
-     </para>
+</programlisting></para>
     </listitem>
    </varlistentry>
 
@@ -621,8 +618,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
       Example:
 <programlisting>
 \setshell variable_to_be_assigned command literal_argument :variable ::literal_starting_with_colon
-</programlisting>
-     </para>
+</programlisting></para>
     </listitem>
    </varlistentry>
 
@@ -640,8 +636,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
       Example:
 <programlisting>
 \shell command literal_argument :variable ::literal_starting_with_colon
-</programlisting>
-     </para>
+</programlisting></para>
     </listitem>
    </varlistentry>
   </variablelist>
@@ -716,8 +711,7 @@ END;
  0 200 2465 0 1175850568 998079
  0 201 2513 0 1175850569 608
  0 202 2038 0 1175850569 2663
-</screen>
-  </para>
+</screen></para>
  </refsect2>
 
  <refsect2>
index 4e124516d8a93b1524c2928569e4f63434dbbc35..784f866b8d91e30b07c36873d685553e419cede0 100644 (file)
@@ -192,8 +192,7 @@ Histogram of timing durations:
         4:       3010  0.00981%
         2:    2993204  9.75277%
         1:   27694571 90.23734%
-</screen>
-  </para>
+</screen></para>
 
  </refsect2>
 
index 99d248b43a5e94d40176b6bb566264fdbd5f3146..39f29176735dc17f4d294532a3f8d80cff94275d 100644 (file)
@@ -240,8 +240,7 @@ mv /usr/local/pgsql /usr/local/pgsql.old
 
 <programlisting>
 gmake prefix=/usr/local/pgsql.new install
-</programlisting>
-    </para>
+</programlisting></para>
    </step>
 
    <step>
@@ -311,8 +310,7 @@ NET STOP postgresql-9.0
 
 <programlisting>
 NET STOP pgsql-8.3  (<productname>PostgreSQL</> 8.3 and older used a different service name)
-</programlisting>
-    </para>
+</programlisting></para>
    </step>
 
    <step>
index 491246fea69810ffbe2fb9772d353d9e4fa97180..969548ffd09fe9a0896e4464a235d87377a0bc74 100644 (file)
@@ -2264,8 +2264,7 @@ lo_import 152801
         unset a variable, use the <command>\unset</command> command.
         </para>
 
-        <para>
-        <command>\set</> without any arguments displays the names and values
+        <para><command>\set</> without any arguments displays the names and values
         of all currently-set <application>psql</> variables.
         </para>