]> granicus.if.org Git - docbook-dsssl/commitdiff
Updated manpages string-substitute map to reflect fact that
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 22 Jun 2007 10:31:37 +0000 (10:31 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 22 Jun 2007 10:31:37 +0000 (10:31 +0000)
because of another recent change to suppress bold markup in .SH
output, we no longer need to add a workaround for the accidental
uppercasing of roff escapes that occurred previously.

xsl/params/man.string.subst.map.xml

index e1ea4a079be61312c59ef22c74e21fa038b5931c..d056e12a8d1a4265e4445ab9419c989cc2dfe375 100644 (file)
 <src:fragment xml:id="man.string.subst.map.frag">
 <xsl:param name="man.string.subst.map">
 
-  <!-- * fix bad font-request capitalization in .SH (stylesheet artifact) -->
-  <ss:substitution oldstring="&#x2593;FB" newstring="\fB"/>
-  <ss:substitution oldstring="&#x2593;FI" newstring="\fI"/>
-  <ss:substitution oldstring="&#x2593;FR" newstring="\fR"/>
   <!-- * remove no-break marker at beginning of line (stylesheet artifact) --> 
   <ss:substitution oldstring="&#x2592;&#x2580;" newstring="&#x2592;"/>
   <!-- * replace U+2580 no-break marker (stylesheet-added) w/ no-break space -->