1917. [doc] funcsynopsisinfo wasn't being treated as verbatim
when generating man pages. [RT #15385]
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
|
||||
--- 9.2.6b1 released ---
|
||||
|
||||
1917. [doc] funcsynopsisinfo wasn't being treated as verbatim
|
||||
when generating man pages. [RT #15385]
|
||||
|
||||
1911. [bug] Update windows socket code. [RT #14965]
|
||||
|
||||
1905. [bug] Strings returned from cfg_obj_asstring() should be
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- $Id: isc-manpage.xsl.in,v 1.4.2.2 2005/05/13 01:21:57 marka Exp $ -->
|
||||
<!-- $Id: isc-manpage.xsl.in,v 1.4.2.3 2005/09/12 00:07:03 marka Exp $ -->
|
||||
|
||||
<!-- ISC customizations for Docbook-XSL manual page generator. -->
|
||||
|
||||
@@ -125,6 +125,16 @@
|
||||
<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>
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user