Commit f52954ab authored by Takashi Sato's avatar Takashi Sato
Browse files

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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1229116 13f79535-47bb-0310-9956-ffa450edef68
parent ffe5b635
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/programs/httxt2dbm.xml: 1 added line, 1 removed line.
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
Changes for docs/manual/style/xsl/nroff.xsl: 1 added line, 1 removed line.
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>