]> granicus.if.org Git - docbook-dsssl/commitdiff
put cmdsynopsis in monospace
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 10 Mar 2008 11:12:49 +0000 (11:12 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 10 Mar 2008 11:12:49 +0000 (11:12 +0000)
xsl/manpages/synop.xsl

index 9131956b87e4d7c72569148ef8951a9b2bc55790..a888974e8d1d370b439246c794db8f52cfde6135 100644 (file)
   <xsl:text>.HP </xsl:text>
   <xsl:value-of select="string-length (normalize-space (command)) + 1"/>
   <xsl:text>&#10;</xsl:text>
+  <xsl:call-template name="verbatim-block-start"/>
   <xsl:apply-templates/>
   <xsl:text>&#10;</xsl:text>
+  <xsl:call-template name="verbatim-block-end"/>
   <!-- * if justification is enabled by default, turn it back on -->
   <xsl:if test="$man.justify != 0">
     <xsl:text>.ad&#10;</xsl:text>