summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_role.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/alter_role.sgml
parent05e83968929f4ec1eba058fcae755fd2df98864e (diff)
downloadpostgresql-6ef24487967692604b07a4a54e71821a60fb729a.tar.gz
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/alter_role.sgml')
-rw-r--r--doc/src/sgml/ref/alter_role.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_role.sgml b/doc/src/sgml/ref/alter_role.sgml
index adc0273b83..2fbba53d25 100644
--- a/doc/src/sgml/ref/alter_role.sgml
+++ b/doc/src/sgml/ref/alter_role.sgml
@@ -289,8 +289,7 @@ ALTER ROLE worker_bee SET maintenance_work_mem = 100000;
<programlisting>
ALTER ROLE fred IN DATABASE devel SET client_min_messages = DEBUG;
-</programlisting>
- </para>
+</programlisting></para>
</refsect1>
<refsect1>