From: Peter Eisentraut Date: Mon, 30 Apr 2012 18:12:28 +0000 (+0300) Subject: Fix display of elements on man pages X-Git-Tag: REL9_2_BETA1~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61c84b47619c11e74089cb3160813a4b3c98e6d7;p=thirdparty%2Fpostgresql.git Fix display of 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. --- diff --git a/doc/src/sgml/stylesheet-common.xsl b/doc/src/sgml/stylesheet-common.xsl index 2ad0a7f1cad..d0e0f19c136 100644 --- a/doc/src/sgml/stylesheet-common.xsl +++ b/doc/src/sgml/stylesheet-common.xsl @@ -42,10 +42,6 @@ - - - - diff --git a/doc/src/sgml/stylesheet-fo.xsl b/doc/src/sgml/stylesheet-fo.xsl index d982a3c46a5..aafc946d1b5 100644 --- a/doc/src/sgml/stylesheet-fo.xsl +++ b/doc/src/sgml/stylesheet-fo.xsl @@ -6,4 +6,10 @@ + + + + + + diff --git a/doc/src/sgml/stylesheet-hh.xsl b/doc/src/sgml/stylesheet-hh.xsl index 1c50518c706..09a95041d6f 100644 --- a/doc/src/sgml/stylesheet-hh.xsl +++ b/doc/src/sgml/stylesheet-hh.xsl @@ -20,6 +20,12 @@ + + + + + + + + + + +