From 6d63a37f8a56e4394f2211c7d85f579ed5bbc9a9 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 20 Sep 2005 11:30:45 +0000 Subject: [PATCH] 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. --- xsl/params/man.string.subst.map.xml | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ + + + + + -- 2.50.1