]> granicus.if.org Git - docbook-dsssl/commitdiff
Added a new substitution to man.string.subst.map, because it is
authorMichael Smith <xmldoc@users.sourceforge.net>
Sat, 25 Mar 2006 16:11:06 +0000 (16:11 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sat, 25 Mar 2006 16:11:06 +0000 (16:11 +0000)
necessary clean-up needed for dealing with a kludge for preserving
tab characters (which are used by tbl(1) as cell-separators)

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

index 878e2ef29195bdfaf3f1782bf08b0c9b2022c16d..ad12cd2798b41bcef1e635e50c5e622764a7ecb7 100644 (file)
@@ -75,6 +75,7 @@
   <!-- * for certain reasons, the stylesheets add it before and after -->
   <!-- * every Parameter in Funcprototype output -->
   <substitution oldstring="&#x2008;" newstring=" "/>
+  <substitution oldstring="&#x2302;" newstring="&#09;"/>
   <!-- * -->
   <!-- * Now deal with some other characters that are added by the -->
   <!-- * stylesheets during processing. -->