From: Takashi Sato Date: Fri, 6 Jun 2008 17:09:48 +0000 (+0000) Subject: update transformations X-Git-Tag: 2.2.9~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a782749ca5a2180287774689912e9eead1ba69de;p=thirdparty%2Fapache%2Fhttpd.git update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@664038 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dav_lock.html.en b/docs/manual/mod/mod_dav_lock.html.en index e64f2a34650..e288039c74d 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.html.ja.utf8 b/docs/manual/mod/mod_dav_lock.html.ja.utf8 index 9be0ac2eb12..dcef73af32b 100644 --- a/docs/manual/mod/mod_dav_lock.html.ja.utf8 +++ b/docs/manual/mod/mod_dav_lock.html.ja.utf8 @@ -24,6 +24,8 @@

Available Languages:  en  |  ja 

+
This translation may be out of date. Check the + English version for recent changes.
diff --git a/docs/manual/mod/mod_dav_lock.xml.ja b/docs/manual/mod/mod_dav_lock.xml.ja index e363e4f7548..39dc6666797 100644 --- a/docs/manual/mod/mod_dav_lock.xml.ja +++ b/docs/manual/mod/mod_dav_lock.xml.ja @@ -1,7 +1,7 @@ - + + +
説明:mod_dav 用の汎用ロックモジュール
ステータス:Extension
モジュール識別子:dav_lock_module