]> granicus.if.org Git - docbook-dsssl/commitdiff
Added substitutions for \& and \%
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 12 Jul 2005 11:44:02 +0000 (11:44 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 12 Jul 2005 11:44:02 +0000 (11:44 +0000)
xsl/params/man.string.subst.map.xml

index 5ab05aef7f5fcbaf86a093e0c41d0367a4353bb7..aa1c62c96cd8eb368a568bee9244fc638f13ebc0 100644 (file)
@@ -17,6 +17,8 @@
   <substitution oldstring="\\fB" newstring="\fB"/>
   <substitution oldstring="\\fI" newstring="\fI"/>
   <substitution oldstring="\\fR" newstring="\fR"/>
+  <substitution oldstring='\\%' newstring='\%'/>
+  <substitution oldstring='\\&amp;' newstring='\&amp;'/>
   <substitution oldstring='.\\"' newstring='.\"'/>
   <!-- * although the groff docs do not make it clear, it appears that -->
   <!-- * the only way to get a non-breaking hyphen in roff is to put a -->