]> granicus.if.org Git - postgresql/commit
Fix man page markup for <cmdsynopsis> with multiple variants
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 25 Sep 2010 06:57:09 +0000 (09:57 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 25 Sep 2010 13:47:58 +0000 (16:47 +0300)
commitf27860dba39f3467bdcac6f91a8ca798b009f079
tree2a494bc980a04d9d1e2dcb3b560678b1d8026100
parent4afd557901448a2c9c6d407e8e174bd2c0f3a28f
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
doc/src/sgml/ref/clusterdb.sgml
doc/src/sgml/ref/createlang.sgml
doc/src/sgml/ref/droplang.sgml
doc/src/sgml/ref/pg_ctl-ref.sgml
doc/src/sgml/ref/reindexdb.sgml
doc/src/sgml/ref/vacuumdb.sgml