summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_cern_meta.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2002-06-12 23:30:10 +0000
committerRich Bowen <rbowen@apache.org>2002-06-12 23:30:10 +0000
commitb69b0e036281c94db378f91732552c88dbf22655 (patch)
treed2710d4f3c8f7f68dd78531e49a4593f41f0a2d8 /docs/manual/mod/mod_cern_meta.xml
parent5cf5552b11ee2ddc3dd20c31bcb7863673db52ea (diff)
downloadhttpd-b69b0e036281c94db378f91732552c88dbf22655.tar.gz
Example of MetaDir directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95621 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cern_meta.xml')
-rw-r--r--docs/manual/mod/mod_cern_meta.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_cern_meta.xml b/docs/manual/mod/mod_cern_meta.xml
index c57609e3e1..2ce93d6e8f 100644
--- a/docs/manual/mod/mod_cern_meta.xml
+++ b/docs/manual/mod/mod_cern_meta.xml
@@ -52,7 +52,14 @@ files</description>
meta information files. The directory is usually a 'hidden'
subdirectory of the directory that contains the file being
accessed. Set to "<code>.</code>" to look in the same directory
- as the file.</p>
+ as the file:</p>
+
+ <example>MetaDir .</example>
+
+ <p>Or, to set it to a subdirectory of the directory containing the
+ files:</p>
+
+ <example>MetaDir .meta</example>
</usage>
</directivesynopsis>