Code

Merge branch 'js/rebase-i-opt'
[git.git] / Documentation / callouts.xsl
index 7941af78782ed518a7fb6532029e183c52ee4bcb..6a361a21367bfed4ae325049556f2e82e7e1dbe4 100644 (file)
   </xsl:if>
 </xsl:template>
 
-<xsl:template match="literallayout[@class='monospaced']">
-  <xsl:text>.RS</xsl:text>
-  <xsl:if test="not($man.indent.width = '')">
-    <xsl:text> </xsl:text>
-    <xsl:value-of select="$man.indent.width"/>
-  </xsl:if>
-  <xsl:text>&#10;</xsl:text>
-  <xsl:text>&#10;.ft C&#10;.nf&#10;</xsl:text>
-  <xsl:apply-templates/>
-  <xsl:text>&#10;.fi&#10;.ft&#10;</xsl:text>
-  <xsl:text>.RE&#10;</xsl:text>
-</xsl:template>
-
 </xsl:stylesheet>