Fix man page markup for <cmdsynopsis> with multiple variants
Peter Eisentraut <peter_e@gmx.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/clusterdb.sgml | modified | +3 −1 |
| doc/src/sgml/ref/createlang.sgml | modified | +3 −1 |
| doc/src/sgml/ref/droplang.sgml | modified | +3 −1 |
| doc/src/sgml/ref/pg_ctl-ref.sgml | modified | +16 −10 |
| doc/src/sgml/ref/reindexdb.sgml | modified | +6 −2 |
| doc/src/sgml/ref/vacuumdb.sgml | modified | +3 −1 |