]> granicus.if.org Git - apache/commitdiff
allow <program> in man pages
authorAndré Malo <nd@apache.org>
Sun, 28 Nov 2004 13:23:23 +0000 (13:23 +0000)
committerAndré Malo <nd@apache.org>
Sun, 28 Nov 2004 13:23:23 +0000 (13:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106802 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/nroff.xsl

index 965cc66cf67a2173102e46a91b418c67b3c51c2b..70feec52adfaa154dfb79694a1388cae4beedbc8 100644 (file)
@@ -372,7 +372,7 @@ FATAL: only tables with two (2) columns are supported.
 <!-- ==================================================================== -->
 <!-- pass through content                                                 -->
 <!-- ==================================================================== -->
-<xsl:template match="a|code|module|table">
+<xsl:template match="a|code|module|table|program">
 <xsl:apply-templates />
 </xsl:template>