aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-03-28 20:37:19 +0300
committerPeter Eisentraut <peter_e@gmx.net>2012-03-28 20:37:19 +0300
commit03f0c08f4730f3c80b65221749267b6436eac576 (patch)
tree69d29e7d3722df9d67e406403f9667912190328d /doc/src
parent7f63527c82177c73197789468384a064d9d750d9 (diff)
downloadpostgresql-03f0c08f4730f3c80b65221749267b6436eac576.tar.gz
postgresql-03f0c08f4730f3c80b65221749267b6436eac576.zip
Tweak markup to avoid extra whitespace in man pages
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_receivexlog.sgml7
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml6
-rw-r--r--doc/src/sgml/ref/set_transaction.sgml3
3 files changed, 6 insertions, 10 deletions
diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml
index fad7470ee35..09ac964bf84 100644
--- a/doc/src/sgml/ref/pg_receivexlog.sgml
+++ b/doc/src/sgml/ref/pg_receivexlog.sgml
@@ -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>
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 9710e32dfbe..b8491015f4e 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -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>
diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml
index 4327ca51a69..f0607296802 100644
--- a/doc/src/sgml/ref/set_transaction.sgml
+++ b/doc/src/sgml/ref/set_transaction.sgml
@@ -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">