when generating man pages. [RT #15385]
--- 9.4.0a1 released ---
+1917. [doc] funcsynopsisinfo wasn't being treated as verbatim
+ when generating man pages. [RT #15385]
+
1916. [func] Integrate contibuted IDN code from JPNIC. [RT #15383]
1915. [bug] dig +ndots was broken. [RT #15215]
- PERFORMANCE OF THIS SOFTWARE.
-->
-<!-- $Id: isc-manpage.xsl.in,v 1.2.2.4 2005/05/13 01:32:49 marka Exp $ -->
+<!-- $Id: isc-manpage.xsl.in,v 1.2.2.5 2005/09/12 00:04:58 marka Exp $ -->
<!-- ISC customizations for Docbook-XSL manual page generator. -->
<xsl:apply-templates/>
</xsl:template>
+ <!--
+ - Override template to change formatting.
+ - Line breaks in funcsynopsisinfo are significant.
+ -->
+ <xsl:template match="funcsynopsisinfo">
+ <xsl:text> .nf </xsl:text>
+ <xsl:apply-templates/>
+ <xsl:text> .fi </xsl:text>
+ </xsl:template>
+
</xsl:stylesheet>
<!--