summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_cern_meta.xml
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-05-04 15:02:21 +0000
committerDaniel Gruno <humbedooh@apache.org>2012-05-04 15:02:21 +0000
commitd43c4bcbfb0e0f14fa77514afa31665aa41ac4c7 (patch)
tree77525dc72d99b7372376ec7e4b82fbddc1c1359d /docs/manual/mod/mod_cern_meta.xml
parentaf77363fb6f133c726935a44a9afb435f4d8957b (diff)
downloadhttpd-d43c4bcbfb0e0f14fa77514afa31665aa41ac4c7.tar.gz
Backporting syntax highlighting for mod_b|c|d*.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1334011 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cern_meta.xml')
-rw-r--r--docs/manual/mod/mod_cern_meta.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_cern_meta.xml b/docs/manual/mod/mod_cern_meta.xml
index d5c5b9edaa..e25f75782b 100644
--- a/docs/manual/mod/mod_cern_meta.xml
+++ b/docs/manual/mod/mod_cern_meta.xml
@@ -81,18 +81,18 @@ files</description>
accessed. Set to "<code>.</code>" to look in the same directory
as the file:</p>
- <example>MetaDir .</example>
+ <highlight language="config">MetaDir .</highlight>
<p>Or, to set it to a subdirectory of the directory containing the
files:</p>
- <example>MetaDir .meta</example>
+ <highlight language="config">MetaDir .meta</highlight>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>MetaSuffix</name>
-<description>File name suffix for the file containg CERN-style
+<description>File name suffix for the file containing CERN-style
meta information</description>
<syntax>MetaSuffix <var>suffix</var></syntax>
<default>MetaSuffix .meta</default>