]> granicus.if.org Git - apache/commitdiff
Minor cleanup on DAV Locking module.
authorChris Pepper <pepper@apache.org>
Tue, 3 Jun 2008 03:11:16 +0000 (03:11 +0000)
committerChris Pepper <pepper@apache.org>
Tue, 3 Jun 2008 03:11:16 +0000 (03:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662627 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dav_lock.xml

index 60b55153c5eecf21939c8f076fbb13bdc05325bd..60dfa111f77eb8a47d89da52b84c66357e1ae032 100644 (file)
     the service of <module>mod_dav</module>. But without a backend provider
     which makes use of it, it's useless and should not be loaded into the
     server. A sample backend module which actually utilizes
-    <module>mod_dav_lock</module>, is <a href="http://subversion.tigris.org/"
+    <module>mod_dav_lock</module> is <a href="http://subversion.tigris.org/"
     >mod_dav_svn</a>, the subversion provider module.</p>
 
     <p>Note that <module>mod_dav_fs</module> does <em>not</em> need this
-    generic locking module, because it uses it's own more specialized
+    generic locking module, because it uses its own more specialized
     version.</p>
 
     <p>In order to make <module>mod_dav_lock</module> functional, you just have
@@ -50,7 +50,7 @@
     <note><title>Developer's Note</title>
       <p>In order to retrieve the pointer to the locking provider function, you
       have to use the <code>ap_lookup_provider</code> API with the arguments
-      <code>dav-lock</code>, <code>generic</code> and <code>0</code>.</p>
+      <code>dav-lock</code>, <code>generic</code>, and <code>0</code>.</p>
     </note>
 </summary>
 <seealso><module>mod_dav</module></seealso>
@@ -66,7 +66,7 @@
 <usage>
     <p>Use the <directive>DavGenericLockDB</directive> directive to specify
     the full path to the lock database, excluding an extension. If
-    the path is not absolute, it will be taken relative to <directive
+    the path is not absolute, it will be interpreted relative to <directive
     module="core">ServerRoot</directive>. The implementation of
     <module>mod_dav_lock</module> uses a SDBM database to track user
     locks.</p>
@@ -83,7 +83,7 @@
     an existing directory.  In the above example, Apache will create
     files in the <code>var/</code> directory under the <directive
     module="core">ServerRoot</directive> with the base filename
-    <code>DavLock</code> and extension name chosen by the server.</p>
+    <code>DavLock</code> and an extension added by the server.</p>
 
 </usage>
 </directivesynopsis>