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:55:32 +0300
commit6ef24487967692604b07a4a54e71821a60fb729a (patch)
tree2db96029565f3e89d53159de388035ee8977fb56 /doc/src/sgml/ref/commit.sgml
parent05e83968929f4ec1eba058fcae755fd2df98864e (diff)
downloadpostgresql-6ef24487967692604b07a4a54e71821a60fb729a.tar.gz
postgresql-6ef24487967692604b07a4a54e71821a60fb729a.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>