Skip to content
Snippets Groups Projects
Commit 00b0c73f authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix a whitespace issue with the man pages

See 6ef24487 for an explanation.  This
is the same for the new man pages.
parent c8e08679
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment