Fix display of <command> elements on man pages We had changed this from the default bold to monospace for all output formats, but for man pages, this creates visual inconsistencies, so revert to the default for man pages.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/61c84b47619c11e74089cb3160813a4b3c98e6d7 Modified Files -------------- doc/src/sgml/stylesheet-common.xsl | 4 ---- doc/src/sgml/stylesheet-fo.xsl | 6 ++++++ doc/src/sgml/stylesheet-hh.xsl | 6 ++++++ doc/src/sgml/stylesheet.xsl | 6 ++++++ 4 files changed, 18 insertions(+), 4 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
