pgsql: Fix display of elements on man pages - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix display of elements on man pages
Date
Msg-id E1SOvBj-0006Oq-Sg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Improve markup of cmdsynopsis elements
Next
From: sakamotomsh@pgfoundry.org (User Sakamotomsh)
Date:
Subject: reorg - pg_reorg: Fixes for 9.2devel.