diff options
author | Joshua Slive <slive@apache.org> | 2002-03-06 23:16:49 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2002-03-06 23:16:49 +0100 |
commit | ead4179482bc7c53ac61a36b2c0f0a39fe84c975 (patch) | |
tree | dcd1009124a7a91d6d098144e79741d7cb8e4039 /docs/manual/mod/mod_dav.xml | |
parent | Bring some docs into line with the DTD. (diff) | |
download | apache2-ead4179482bc7c53ac61a36b2c0f0a39fe84c975.tar.xz apache2-ead4179482bc7c53ac61a36b2c0f0a39fe84c975.zip |
Bring some more files into line with the new DTD.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93742 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dav.xml')
-rw-r--r-- | docs/manual/mod/mod_dav.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_dav.xml b/docs/manual/mod/mod_dav.xml index 59a4283561..a8908f7ddd 100644 --- a/docs/manual/mod/mod_dav.xml +++ b/docs/manual/mod/mod_dav.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE xml:manual [ <!ENTITY nbsp " "> ]> +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?> <modulesynopsis> @@ -67,8 +67,8 @@ </directivesynopsis> <directivesynopsis> -<description>Location of the DAV lock database</description> <name>DavLockDB</name> +<description>Location of the DAV lock database</description> <syntax>DavLockDB <em>file-path</em></syntax> <contextlist><context>server config</context><context>virtual host</context> </contextlist> |