diff options
-rw-r--r-- | docs/manual/programs/httxt2dbm.xml | 2 | ||||
-rw-r--r-- | docs/manual/style/xsl/nroff.xsl | 2 |
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> |