doc: Fix some whitespace issues in the man pages

This commit is contained in:
Peter Eisentraut 2013-05-13 21:59:39 -04:00
parent d2b920cded
commit a9bb274f90
3 changed files with 20 additions and 22 deletions

View File

@ -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

View File

@ -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>