From a3cf6af6506825badbc405eaa473b29d5a43ae19 Mon Sep 17 00:00:00 2001 From: uid20002 Date: Fri, 20 May 2005 18:04:56 +0000 Subject: Documentation update --- doc/us/manual.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/us/manual.html') diff --git a/doc/us/manual.html b/doc/us/manual.html index 45a7492..ecc5cb4 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -165,14 +165,14 @@ If you are using Lua 5.1, nothing should be done.

lfs.touch (filepath [, atime [, mtime]])
Set access and modification times of a file. This function is a bind to utime function. The first argument is the - filename, the second argument is the access time, - and the third argument is the modification time. + 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). If the modifition time is omitted, the access time provided is used; if both times are omitted, the current time is used.
- Returns a boolean indicating whethet the operation succeeds or not - (followed by an error string in case it fails).
+ Returns a boolean indicating whether the operation succeeded or not + (followed by an error string when it fails).
lfs.unlock (filehandle[, start[, length]])
Unlocks a file or a part of it. This function works on @@ -192,7 +192,7 @@ If you are using Lua 5.1, nothing should be done.

Valid XHTML 1.0!

- $Id: manual.html,v 1.13 2005/05/20 12:10:58 uid20002 Exp $ + $Id: manual.html,v 1.14 2005/05/20 18:04:56 uid20002 Exp $

-- cgit v1.2.3-55-g6feb