From: Michael Smith Date: Tue, 20 Sep 2005 11:30:45 +0000 (+0000) Subject: Fixed handling of groff font requests output for Refsect1/Title X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d63a37f8a56e4394f2211c7d85f579ed5bbc9a9;p=docbook-dsssl Fixed handling of groff font requests output for Refsect1/Title instances. Closes #1296252. Thanks to Paul DuBois for reporting. Problem: Instances of \\FB (instead of \\fB) in output for Refsect1/Title. Cause: All content of Refsect1/Title gets uppercased (including any groff requests that end up in the output. Fix: Added s/\\FB/\fB/, etc., matches to value of man.string.subst.map param. (man.string.subst.map is basically used for "cleaning up" borked groff markup output from initial formatting pass). Affects: This affects output of titles for all Refsect1-level headings in manpages output. --- diff --git a/xsl/params/man.string.subst.map.xml b/xsl/params/man.string.subst.map.xml index 4a4dfdb8d..70afcf9bd 100644 --- a/xsl/params/man.string.subst.map.xml +++ b/xsl/params/man.string.subst.map.xml @@ -17,6 +17,11 @@ + + + + +