aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/commit.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-08-07 10:49:45 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-08-07 10:56:03 +0300
commitad8641d535b46888c2f911a98a9b112771d82af6 (patch)
tree7c40ea2114d031056e477f38719d111aa5044941 /doc/src/sgml/ref/commit.sgml
parentaf0eca1a80e3e3a6fa0ee00df4a7883e4f228d0b (diff)
downloadpostgresql-ad8641d535b46888c2f911a98a9b112771d82af6.tar.gz
postgresql-ad8641d535b46888c2f911a98a9b112771d82af6.zip
Fix a whitespace issue with the man pages
There is what may actually be a mistake in our markup. The problem is in a situation like <para> <command>FOO</command> is ... there is strictly speaking a line break before "FOO". In the HTML output, this does not appear to be a problem, but in the man page output, this shows up, so you get double blank lines at odd places. So far, we have attempted to work around this with an XSL hack, but that causes other problems, such as creating run-ins in places like <acronym>SQL</acronym> <command>COPY</command> So fix the problem properly by removing the extra whitespace. I only fixed the problems that affect the man page output, not all the places.
Diffstat (limited to 'doc/src/sgml/ref/commit.sgml')
-rw-r--r--doc/src/sgml/ref/commit.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/commit.sgml b/doc/src/sgml/ref/commit.sgml
index 1a039c2e3ee..40147a54769 100644
--- a/doc/src/sgml/ref/commit.sgml
+++ b/doc/src/sgml/ref/commit.sgml
@@ -72,8 +72,7 @@ COMMIT [ WORK | TRANSACTION ]
To commit the current transaction and make all changes permanent:
<programlisting>
COMMIT;
-</programlisting>
- </para>
+</programlisting></para>
</refsect1>
<refsect1>