pgsql: Fix man page markup for <cmdsynopsis> with multiple variants

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix man page markup for <cmdsynopsis> with multiple variants
Date: 2010-09-25 13:55:52
Message-ID: E1OzVEG-0005ui-Ii@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix man page markup for <cmdsynopsis> with multiple variants

Command synopses using <cmdsynopsis> with multiple variants previously used
<sbr> to break lines between variants. The new man page toolchain introduced
in 9.0 makes a mess out of that, and that markup was probably wrong all along,
because <sbr> is supposed to break lines within a synopsis, not between them.
So fix that by using multiple <cmdsynopsis> elements inside <refsynopsisdiv>.

backpatched to 9.0

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=635de8365f0299cfa2db24c56abcfccb65d020f0

Modified Files
--------------
doc/src/sgml/ref/clusterdb.sgml | 4 +++-
doc/src/sgml/ref/createlang.sgml | 4 +++-
doc/src/sgml/ref/droplang.sgml | 4 +++-
doc/src/sgml/ref/pg_ctl-ref.sgml | 26 ++++++++++++++++----------
doc/src/sgml/ref/reindexdb.sgml | 8 ++++++--
doc/src/sgml/ref/vacuumdb.sgml | 4 +++-
6 files changed, 34 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-09-25 21:17:33 pgsql: Further fixes to the pg_get_expr() security fix in back branches
Previous Message Alvaro Herrera 2010-09-25 03:11:34 Re: pgsql: git_topo_order script, to match up commits across branches.