]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed typo in param file.
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 21 Feb 2007 16:28:53 +0000 (16:28 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 21 Feb 2007 16:28:53 +0000 (16:28 +0000)
xsl/params/man.string.subst.map.xml

index 2a01bf838080f8723896b1b0435b5239f7b3fd11..79adfadf227e9e47805cda6b9baac5c812930713 100644 (file)
@@ -48,7 +48,7 @@
   <ss:substitution oldstring="&#x2580;" newstring="\ "/>
   <!-- * replace U+2593 marker with backslash --> 
   <ss:substitution oldstring="&#x2593;" newstring="\"/>
-  <!-- * escape dashes in content (only at line beginnings) -->
+  <!-- * escape dots in content (only at line beginnings) -->
   <ss:substitution oldstring="&#10;." newstring="&#10;\&amp;."/>
   <!-- * replace U+2302 marker with dot -->
   <ss:substitution oldstring="&#x2302;" newstring="."/>
@@ -231,7 +231,7 @@ particular customization of the DocBook XSL stylesheets.</para>
     </listitem>
     <listitem>
       <para>replace the Unicode characters with real backslashes and
-      dotes before output gets serialized</para>
+      dots before output gets serialized</para>
     </listitem>
   </itemizedlist>