From 83b2dda8fe710151fada0cf081bb3eb235b6f457 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Sat, 7 Jun 2008 12:51:43 +0000 Subject: [PATCH] * Update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664334 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_dav_lock.html.en | 10 +++++----- docs/manual/mod/mod_dav_lock.xml.ja | 2 +- docs/manual/mod/mod_dav_lock.xml.meta | 2 +- docs/manual/mod/mod_proxy.html.en | 3 ++- docs/manual/mod/mod_proxy.xml.ja | 2 +- docs/manual/mod/mod_rewrite.html.en | 7 ++++--- 6 files changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/manual/mod/mod_dav_lock.html.en b/docs/manual/mod/mod_dav_lock.html.en index ecd4dbb6a9..0be491f3a8 100644 --- a/docs/manual/mod/mod_dav_lock.html.en +++ b/docs/manual/mod/mod_dav_lock.html.en @@ -36,10 +36,10 @@ the service of mod_dav. 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 - mod_dav_lock, is mod_dav_svn, the subversion provider module.

+ mod_dav_lock is mod_dav_svn, the subversion provider module.

Note that mod_dav_fs does not need this - generic locking module, because it uses it's own more specialized + generic locking module, because it uses its own more specialized version.

In order to make mod_dav_lock functional, you just have @@ -49,7 +49,7 @@

Developer's Note

In order to retrieve the pointer to the locking provider function, you have to use the ap_lookup_provider API with the arguments - dav-lock, generic and 0.

+ dav-lock, generic, and 0.

Directives

@@ -72,7 +72,7 @@

Use the DavGenericLockDB 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 ServerRoot. The implementation of + the path is not absolute, it will be interpreted relative to ServerRoot. The implementation of mod_dav_lock uses a SDBM database to track user locks.

@@ -87,7 +87,7 @@ directory for this purpose rather than changing the permissions on an existing directory. In the above example, Apache will create files in the var/ directory under the ServerRoot with the base filename - DavLock and extension name chosen by the server.

+ DavLock and an extension added by the server.

diff --git a/docs/manual/mod/mod_dav_lock.xml.ja b/docs/manual/mod/mod_dav_lock.xml.ja index 23b426fc5a..23661ed24b 100644 --- a/docs/manual/mod/mod_dav_lock.xml.ja +++ b/docs/manual/mod/mod_dav_lock.xml.ja @@ -1,7 +1,7 @@ - + +