diff options
author | Joshua Slive <slive@apache.org> | 2002-03-06 16:24:47 +0000 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2002-03-06 16:24:47 +0000 |
commit | 31027b9c7ffaf5d7e197bb9b98abfdb1f444c409 (patch) | |
tree | 3aa89338bbf60cbdc9f1d469aaa432476519d1bb /docs/manual/mod/mod_dir.xml | |
parent | 68738e393b6432438443701a5c22bbe04bf08ae3 (diff) | |
download | httpd-31027b9c7ffaf5d7e197bb9b98abfdb1f444c409.tar.gz |
A few small changes to bring some docs in line with the DTD.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93729 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dir.xml')
-rw-r--r-- | docs/manual/mod/mod_dir.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index 850aa63872..0d7ed94a86 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -1,10 +1,10 @@ <?xml version="1.0"?> +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?> <modulesynopsis> - <name>mod_dir</name> <description>Provides for "trailing slash" redirects and - serving directory index files.</description> + serving directory index files</description> <status>Base</status> <sourcefile>mod_dir.c</sourcefile> <identifier>dir_module</identifier> @@ -35,9 +35,9 @@ </summary> <directivesynopsis> +<name>DirectoryIndex</name> <description>List of resources to look for when the client requests a directory</description> -<name>DirectoryIndex</name> <syntax>DirectoryIndex <em>local-url</em> [<em>local-url</em>] ...</syntax> <default>DirectoryIndex index.html</default> |