aboutsummaryrefslogtreecommitdiff
path: root/doc/us
diff options
context:
space:
mode:
authorcarregal <carregal>2007-05-17 23:08:56 +0000
committercarregal <carregal>2007-05-17 23:08:56 +0000
commit6a22c3e728e3421c446625dd98444968f2cdd9fa (patch)
tree4785385af57b943d5cbf2ea327e5dceabe9b8394 /doc/us
parent4e23cb01d902c2e43ed1e2df96f67042962146c2 (diff)
downloadluafilesystem-6a22c3e728e3421c446625dd98444968f2cdd9fa.tar.gz
luafilesystem-6a22c3e728e3421c446625dd98444968f2cdd9fa.tar.bz2
luafilesystem-6a22c3e728e3421c446625dd98444968f2cdd9fa.zip
Correction on the documentation of lfs.touch()
Diffstat (limited to 'doc/us')
-rw-r--r--doc/us/manual.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html
index e08bf09..c7b7a5f 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -203,7 +203,7 @@ LuaFileSystem offers the following functions:
203 filename, the second argument (<code>atime</code>) is the access time, 203 filename, the second argument (<code>atime</code>) is the access time,
204 and the third argument (<code>mtime</code>) is the modification time. 204 and the third argument (<code>mtime</code>) is the modification time.
205 Both times are provided in seconds (which should be generated with 205 Both times are provided in seconds (which should be generated with
206 Lua standard function <code>os.date</code>). 206 Lua standard function <code>os.time</code>).
207 If the modification time is omitted, the access time provided is used; 207 If the modification time is omitted, the access time provided is used;
208 if both times are omitted, the current time is used.<br /> 208 if both times are omitted, the current time is used.<br />
209 Returns <code>true</code> if the operation was successful; 209 Returns <code>true</code> if the operation was successful;
@@ -228,7 +228,7 @@ LuaFileSystem offers the following functions:
228<div id="about"> 228<div id="about">
229 <p><a href="http://validator.w3.org/check?uri=referer"> 229 <p><a href="http://validator.w3.org/check?uri=referer">
230 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 230 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
231 <p><small>$Id: manual.html,v 1.34 2007/05/08 19:23:12 carregal Exp $</small></p> 231 <p><small>$Id: manual.html,v 1.35 2007/05/17 23:08:56 carregal Exp $</small></p>
232</div> <!-- id="about" --> 232</div> <!-- id="about" -->
233 233
234</div> <!-- id="container" --> 234</div> <!-- id="container" -->