From: Guenter Knauf Date: Sat, 22 Jun 2013 05:32:33 +0000 (+0000) Subject: Fixed touch function docu. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c4015e8186fde8053bd28a257ecd1715502383;p=thirdparty%2Fapache%2Fhttpd.git Fixed touch function docu. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1495666 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index d0ba62b59ce..3301e03ecf9 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -1027,7 +1027,7 @@ r:rmdir(dir) -- Removes a directory.
-r:touch([mtime]) -- Sets the file modification time to current time or to optional mtime msec value.
+r:touch(file [,mtime]) -- Sets the file modification time to current time or to optional mtime msec value.
 
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 5bbe7a76bae..fb28dc18b96 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -944,7 +944,7 @@ r:rmdir(dir) -- Removes a directory. -r:touch([mtime]) -- Sets the file modification time to current time or to optional mtime msec value. +r:touch(file [,mtime]) -- Sets the file modification time to current time or to optional mtime msec value. diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index 04a9f3b0c92..4535e8af3c0 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ - +