Commit 44d88764 authored by Takashi Sato's avatar Takashi Sato
Browse files

Merge r1229116 from trunk:

Add <glossary> to nroff.xsl and revert r1222335(r1226330) partially.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1229791 13f79535-47bb-0310-9956-ffa450edef68
parent 34ea5294
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@

    <dt><code>-f <var>DBM_TYPE</var></code></dt>
    <dd>Specify the DBM type to be used for the output. If not specified, will
    use the <code>APR</code> Default. Available types are:
    use the <glossary>APR</glossary> Default. Available types are:
    <code>GDBM</code> for GDBM files,
    <code>SDBM</code> for SDBM files,
    <code>DB</code> for berkeley DB files,
+1 −1
Original line number Diff line number Diff line
@@ -373,7 +373,7 @@ FATAL: only tables with two (2) columns are supported.
<!-- ==================================================================== -->
<!-- pass through content                                                 -->
<!-- ==================================================================== -->
<xsl:template match="a|code|module|table|program">
<xsl:template match="a|code|module|table|program|glossary">
<xsl:apply-templates />
</xsl:template>