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

Tweak markup to avoid extra whitespace in man pages

parent 7f63527c
No related branches found
No related tags found
No related merge requests found
......@@ -253,10 +253,9 @@ PostgreSQL documentation
To stream the transaction log from the server at
<literal>mydbserver</literal> and store it in the local directory
<filename>/usr/local/pgsql/archive</filename>:
<screen>
<prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /home/pgbackup/archive</userinput>
</screen>
</para>
<screen>
<prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /home/pgbackup/archive</userinput>
</screen></para>
</refsect1>
<refsect1>
......
......@@ -1017,8 +1017,7 @@ testdb=&gt;
those object types.
</para>
<para>
<literal>\dd</literal> displays descriptions for objects matching the
<para><literal>\dd</literal> displays descriptions for objects matching the
<replaceable class="parameter">pattern</replaceable>, or of visible
objects of the appropriate type if no argument is given. But in either
case, only objects that have a description are listed.
......@@ -2302,8 +2301,7 @@ lo_import 152801
<programlisting>
testdb=&gt; <userinput>\setenv PAGER less</userinput>
testdb=&gt; <userinput>\setenv LESS -imx4F</userinput>
</programlisting>
</para>
</programlisting></para>
</listitem>
</varlistentry>
......
......@@ -235,8 +235,7 @@ SELECT pg_export_snapshot();
<programlisting>
BEGIN TRANSACTION ISOLATION LEVEL REPEATABLE READ;
SET TRANSACTION SNAPSHOT '000003A1-1';
</programlisting>
</para>
</programlisting></para>
</refsect1>
<refsect1 id="R1-SQL-SET-TRANSACTION-3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment