doc: Work around stylesheet bug for man build The upstream stylesheets for man output insert a *roff comment for an occurrence of an indexterm, for reasons that have apparently been lost in history. This, however, is done incorrectly and causes some formatting problems. This hasn't been an issue until now, but the reorganization of indexterm elements inside variablelists has triggered this issue.
The upstream fix (http://sourceforge.net/p/docbook/bugs/1340/) is to drop indexterms altogether in man output, and so we'll do the same here. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/1330e2922c7f7d42780109247c28ad50a790f96c Modified Files -------------- doc/src/sgml/stylesheet-man.xsl | 4 ++++ 1 file changed, 4 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
