]> granicus.if.org Git - apache/commitdiff
add description for --enable-dav-lock
authorAndré Malo <nd@apache.org>
Wed, 26 May 2004 22:20:04 +0000 (22:20 +0000)
committerAndré Malo <nd@apache.org>
Wed, 26 May 2004 22:20:04 +0000 (22:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103784 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/configure.xml

index 61921014cf3f63acaa9ad615b9bf96941016637d..e349bc98305b692d2d6a146041ee2d9297441927 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
           <code>http</code> protocol module.</dd>
 
         <dt><code>--enable-dav-fs</code></dt>
-        <dd>Enable DAV support for filesystem resources, which is provides by
+        <dd>Enable DAV support for filesystem resources, which is provided by
           <module>mod_dav_fs</module>. This module is a provider for the
           <module>mod_dav</module> module, so you should also use
           <code>--enable-dav</code>.</dd> 
 
+        <dt><code>--enable-dav-lock</code></dt>
+        <dd>Enable <module>mod_dav_lock</module> which provides generic DAV
+          locking support for backend modules. This module needs at least
+          <module>mod_dav</module> to function, so you should also use
+          <code>--enable-dav</code>.</dd>
+
         <dt><code>--enable-deflate</code></dt>
         <dd>Enable deflate transfer encoding provided by
           <module>mod_deflate</module>.</dd>