]> granicus.if.org Git - docbook-dsssl/commitdiff
This patch makes userinput (an inline element) have inline formatting.
authorMartijn van Beers <lotr@users.sourceforge.net>
Tue, 30 Apr 2002 17:07:04 +0000 (17:07 +0000)
committerMartijn van Beers <lotr@users.sourceforge.net>
Tue, 30 Apr 2002 17:07:04 +0000 (17:07 +0000)
contrib/xsl/db2man/db2man.xsl

index cacfc37fd10ab7803f5840fd97f62e234c0b9443..357892e7c5058c9d75fd341c2434119a7eb6825f 100644 (file)
 </xsl:template>
 
 <xsl:template match="userinput">
-  <xsl:text>
-.IP
-.B </xsl:text><xsl:apply-templates/>
+  <xsl:text>\fB</xsl:text>
+  <xsl:apply-templates/>
+  <xsl:text>\fR</xsl:text>
 </xsl:template>
 
 <xsl:template match="envar">