]> granicus.if.org Git - docbook-dsssl/commitdiff
Added a couple of roff-cleanup string replacements to the
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 13 Mar 2006 14:53:12 +0000 (14:53 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 13 Mar 2006 14:53:12 +0000 (14:53 +0000)
substitution map.

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

index 9847932ade0c7e63444505047681c1cca70f7a27..406793a5d2afad60e37b6577ee358d50cdfb69d3 100644 (file)
@@ -17,6 +17,7 @@
   <substitution oldstring="\\fB" newstring="\fB"/>
   <substitution oldstring="\\fI" newstring="\fI"/>
   <substitution oldstring="\\fR" newstring="\fR"/>
+  <substitution oldstring="\\n"  newstring="\n"/>
   <!-- * requests in .SH sectsions output from Refsect1-level source -->
   <!-- * end up getting capitalized... -->
   <substitution oldstring="\\FB" newstring="\fB"/>
@@ -38,6 +39,7 @@
   <substitution oldstring=".it 1 an\-trap" newstring=".it 1 an-trap"/>
   <substitution oldstring=".nr an\-no\-space\-flag 1" newstring=".nr an-no-space-flag 1"/>
   <substitution oldstring=".nr an\-break\-flag 1" newstring=".nr an-break-flag 1"/>
+  <substitution oldstring=".ll \-" newstring=".ll -"/>
   <!-- * squeeze multiple newlines before a roff request  -->
   <substitution oldstring="&#10;&#10;." newstring="&#10;."/>
   <!-- * remove any .sp occurences that directly follow a .PP  -->