From 8f943857e8060757f1395df192a61563c32e0884 Mon Sep 17 00:00:00 2001 From: carregal Date: Thu, 14 Feb 2008 18:26:19 +0000 Subject: Corecting the lfs.setmode signature --- doc/us/manual.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/us/manual.html b/doc/us/manual.html index de96b88..0807c1d 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -205,7 +205,7 @@ LuaFileSystem offers the following functions: Returns true if the operation was successful; in case of error, it returns nil plus an error string. -
lfs.setmode (filepath, mode)
+
lfs.setmode (file, mode)
Sets the writing mode for a file. The mode string can be either binary or text. Returns the previous mode string for the file. This function is only available in Windows, so you may want to make sure that lfs.setmode exists before using it. @@ -248,7 +248,7 @@ LuaFileSystem offers the following functions:

Valid XHTML 1.0!

-

$Id: manual.html,v 1.40 2008/02/11 22:48:16 carregal Exp $

+

$Id: manual.html,v 1.41 2008/02/14 18:26:19 carregal Exp $

-- cgit v1.2.3-55-g6feb