]> granicus.if.org Git - apache/commitdiff
Fixed touch function docu.
authorGuenter Knauf <fuankg@apache.org>
Sat, 22 Jun 2013 05:32:33 +0000 (05:32 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sat, 22 Jun 2013 05:32:33 +0000 (05:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1495666 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.html.en
docs/manual/mod/mod_lua.xml
docs/manual/mod/mod_lua.xml.fr

index d0ba62b59ce665aa9c72902c1743ea16141f9de8..3301e03ecf93ebc92543e1a27ee180e042f50140 100644 (file)
@@ -1027,7 +1027,7 @@ r:rmdir(dir) -- Removes a directory.
 
 
 <pre class="prettyprint lang-lua">
-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.
 </pre>
 
 
index 5bbe7a76bae798983ba4d7fd4ea8b58ba9e32f80..fb28dc18b9613fdeab9e6f4a5a207234627678ba 100644 (file)
@@ -944,7 +944,7 @@ r:rmdir(dir) -- Removes a directory.
 </highlight>
 
 <highlight language="lua">
-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.
 </highlight>
 
 <highlight language="lua">
index 04a9f3b0c928721d541f28b1e7d59d5d747bfaff..4535e8af3c09550aa20f647504976240d3f29c09 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1490095:1492782 (outdated) -->
+<!-- English Revision: 1490095:1495665 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->