]> granicus.if.org Git - docbook-dsssl/commitdiff
removed some more unnecessary line breaks (closes #607270)
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 11 May 2005 09:17:14 +0000 (09:17 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 11 May 2005 09:17:14 +0000 (09:17 +0000)
xsl/manpages/lists.xsl
xsl/manpages/sect23.xsl
xsl/manpages/synop.xsl

index 5e956d4dc7a1b8a7a76698a41804a296cfb67946..56e68dd2291558ff56215be75cdb10470ac1ce25 100644 (file)
 </xsl:template>
 
 <xsl:template match="varlistentry|glossentry">
-  <xsl:text>&#10;.TP&#10;</xsl:text>
+  <xsl:text>.TP&#10;</xsl:text>
   <xsl:apply-templates/>
 </xsl:template>
 
 <xsl:template match="variablelist[ancestor::listitem or ancestor::step]|
                     glosslist[ancestor::listitem or ancestor::step]">
-  <xsl:text>&#10;.RS&#10;</xsl:text>
+  <xsl:text>.RS&#10;</xsl:text>
   <xsl:apply-templates/>
-  <xsl:text>&#10;.RE&#10;.IP&#10;</xsl:text>
+  <xsl:text>.RE&#10;.IP&#10;</xsl:text>
 </xsl:template>
 
 <xsl:template match="varlistentry/term|glossterm">
 </xsl:template>
 
 <xsl:template match="itemizedlist|orderedlist|procedure">
-  <xsl:text>&#10;.TP 3&#10;</xsl:text>
+  <xsl:text>.TP 3&#10;</xsl:text>
   <xsl:apply-templates/>
   <xsl:text>.LP&#10;</xsl:text>
 </xsl:template>
 <xsl:template match="itemizedlist[ancestor::listitem or ancestor::step]|
                     orderedlist[ancestor::listitem or ancestor::step]|
                     procedure[ancestor::listitem or ancestor::step]">
-  <xsl:text>&#10;.RS&#10;.TP 3&#10;</xsl:text>
+  <xsl:text>.RS&#10;.TP 3&#10;</xsl:text>
   <xsl:apply-templates/>
   <xsl:text>.LP&#10;.RE&#10;.IP&#10;</xsl:text>
 </xsl:template>
index a72514c66fb3869c1fd81e6c5abfe38b07d90a81..23079bf28ce7448399cb9053144a7b725e006c05 100644 (file)
@@ -3,7 +3,7 @@
                 version='1.0'>
 
 <xsl:template match="refsect2">
-  <xsl:text>&#10;.Sh "</xsl:text>
+  <xsl:text>.Sh "</xsl:text>
   <xsl:value-of select="substring-before(title[1],' ')"/>
   <xsl:text>"&#10;</xsl:text>
   <xsl:apply-templates/>
@@ -12,7 +12,7 @@
 <xsl:template match="refsect2/programlisting"></xsl:template>
 
 <xsl:template match="funcsynopsis">
-  <xsl:text>&#10;.BI "</xsl:text>
+  <xsl:text>.BI "</xsl:text>
   <xsl:apply-templates/>
 </xsl:template>
 
 </xsl:template>
 
 <xsl:template match="refsect1">
-  <xsl:text>&#10;.SH "</xsl:text>
+  <xsl:text>.SH "</xsl:text>
   <xsl:value-of select="translate(title[1],'abcdefghijklmnopqrstuvwxyz', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"/>
   <xsl:text>"&#10;</xsl:text>
   <xsl:apply-templates/>
 </xsl:template>
 
 <xsl:template match="refsynopsisdiv">
-  <xsl:text>&#10;.SH "</xsl:text>
+  <xsl:text>.SH "</xsl:text>
   <xsl:value-of select="translate(title[1],'abcdefghijklmnopqrstuvwxyz', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"/>
   <xsl:text>"&#10;</xsl:text>
   <xsl:apply-templates/>
 </xsl:template>
 
 <xsl:template match="varlistentry">
-  <xsl:text>&#10;.TP&#10;</xsl:text>
+  <xsl:text>.TP&#10;</xsl:text>
 <xsl:apply-templates select="./term"/>
 <xsl:apply-templates select="./listitem"/>
 </xsl:template>
 </xsl:template>
 
 <xsl:template match="filename">
-  <xsl:text>&#10;.FN </xsl:text><xsl:apply-templates/>
+  <xsl:text>.FN </xsl:text><xsl:apply-templates/>
 </xsl:template>
 
 <xsl:template match="userinput">
-  <xsl:text>&#10;.IP&#10;.B </xsl:text><xsl:apply-templates/>
+  <xsl:text>.IP&#10;.B </xsl:text><xsl:apply-templates/>
 </xsl:template>
 
 <xsl:template match="envar">
index 1d1cac60932910878ce0e6d5e1216e8cd8da2534..940b73c1eea92dfc2149e860b6391409fd623d93 100644 (file)
@@ -4,7 +4,7 @@
                 version='1.0'>
 
 <xsl:template match="synopfragment">
-<xsl:text>&#10;.PP&#10;</xsl:text>
+<xsl:text>.PP&#10;</xsl:text>
 <xsl:apply-templates/>
 </xsl:template>
 <!--
 </xsl:template>
 
 <xsl:template match="sbr">
-  <xsl:text>&#10;.br&#10;</xsl:text>
+  <xsl:text>.br&#10;</xsl:text>
 </xsl:template>
 
 
   <xsl:value-of select="string-length (normalize-space (command)) + 1"/>
   <xsl:text>&#10;</xsl:text>
   <xsl:apply-templates/>
-  <xsl:text>&#10;.ad&#10;.hy&#10;</xsl:text>
+  <xsl:text>.ad&#10;.hy&#10;</xsl:text>
 </xsl:template>
 
 <xsl:template match="synopsis">
-  <xsl:text>&#10;.nf&#10;</xsl:text>
+  <xsl:text>.nf&#10;</xsl:text>
   <xsl:apply-templates/>
-  <xsl:text>&#10;.fi&#10;</xsl:text>
+  <xsl:text>.fi&#10;</xsl:text>
 </xsl:template>
 
 <xsl:template match="void">
 <xsl:template match="funcsynopsisinfo">
   <xsl:text>&#10;</xsl:text>
   <xsl:apply-templates/>
-  <xsl:text>&#10;.sp&#10;</xsl:text>
+  <xsl:text>.sp&#10;</xsl:text>
 </xsl:template>
 
 <!-- disable hyphenation, and use left-aligned filling for the duration