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 ------ REL9_0_STABLE Details ------- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=f27860dba39f3467bdcac6f91a8ca798b009f079 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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
