doc: Fix some whitespace issues in the man pages

pull/4/head
Peter Eisentraut 13 years ago
parent d2b920cded
commit a9bb274f90
  1. 3
      doc/src/sgml/pgbench.sgml
  2. 3
      doc/src/sgml/ref/pg_dump.sgml

@ -693,8 +693,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
through its standard output.
</para>
<para>
<replaceable>argument</> can be either a text constant or a
<para><replaceable>argument</> can be either a text constant or a
<literal>:</><replaceable>variablename</> reference to a variable of
any types. If you want to use <replaceable>argument</> starting with
colons, you need to add an additional colon at the beginning of

@ -299,8 +299,7 @@ PostgreSQL documentation
directory output format because this is the only output format where multiple processes
can write their data at the same time.
</para>
<para>
<application>pg_dump</> will open <replaceable class="parameter">njobs</replaceable>
<para><application>pg_dump</> will open <replaceable class="parameter">njobs</replaceable>
+ 1 connections to the database, so make sure your <xref linkend="guc-max-connections">
setting is high enough to accommodate all connections.
</para>

Loading…
Cancel
Save