summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTakashi Sato <takashi@apache.org>2012-01-09 13:41:42 +0100
committerTakashi Sato <takashi@apache.org>2012-01-09 13:41:42 +0100
commitd00d15ac35f404ab163683729638829052a3e716 (patch)
tree3095a52504e2a10e1f6fe512ca1dd0188d4523e2 /docs
parentFix XML validation error. (diff)
downloadapache2-d00d15ac35f404ab163683729638829052a3e716.tar.xz
apache2-d00d15ac35f404ab163683729638829052a3e716.zip
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
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/programs/httxt2dbm.xml2
-rw-r--r--docs/manual/style/xsl/nroff.xsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/programs/httxt2dbm.xml b/docs/manual/programs/httxt2dbm.xml
index d537c4c396..4bcc56d2be 100644
--- a/docs/manual/programs/httxt2dbm.xml
+++ b/docs/manual/programs/httxt2dbm.xml
@@ -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,
diff --git a/docs/manual/style/xsl/nroff.xsl b/docs/manual/style/xsl/nroff.xsl
index 5aadc418b2..46d574f04d 100644
--- a/docs/manual/style/xsl/nroff.xsl
+++ b/docs/manual/style/xsl/nroff.xsl
@@ -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>