From 6ef24487967692604b07a4a54e71821a60fb729a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 7 Aug 2011 10:49:45 +0300 Subject: 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 FOO 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 SQL COPY 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. --- doc/src/sgml/ref/commit.sgml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/src/sgml/ref/commit.sgml') 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: COMMIT; - - + -- cgit v1.2.3