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 $