From 6a22c3e728e3421c446625dd98444968f2cdd9fa Mon Sep 17 00:00:00 2001 From: carregal Date: Thu, 17 May 2007 23:08:56 +0000 Subject: Correction on the documentation of lfs.touch() --- doc/us/manual.html | 4 ++-- 1 file 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: filename, the second argument (atime) is the access time, and the third argument (mtime) is the modification time. Both times are provided in seconds (which should be generated with - Lua standard function os.date). + Lua standard function os.time). If the modification time is omitted, the access time provided is used; if both times are omitted, the current time is used.
Returns true if the operation was successful; @@ -228,7 +228,7 @@ LuaFileSystem offers the following functions:

Valid XHTML 1.0!

-

$Id: manual.html,v 1.34 2007/05/08 19:23:12 carregal Exp $

+

$Id: manual.html,v 1.35 2007/05/17 23:08:56 carregal Exp $

-- cgit v1.2.3-55-g6feb