added optional argument to
@@ -139,7 +139,7 @@ Comments are welcome!

-
$Id: index.html,v 1.29 2006/03/14 14:07:55 carregal Exp $
+
$Id: index.html,v 1.30 2006/03/15 16:44:04 carregal Exp $
diff --git a/doc/us/manual.html b/doc/us/manual.html
index 319d6c5..ec391dc 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -63,11 +63,6 @@ systems offered by the standard Lua distribution.
LuaFileSystem offers a portable way to access
the underlying directory structure and file attributes.
-LuaFileSystem source is distributed as a pair of C source and header
-files. The distribution provides a Makefile prepared to
-compile the library and install it. The file config should
-be edited to suit the needs of the aimed platform.
-
Installation
LuaFileSystem follows the
@@ -79,7 +74,7 @@ binary properly.
The compiled binary should be copied to a directory in your
LUA_CPATH.
-Windows users can use the pre-compiled version of LuaFileSystem
+
Windows users can use the binary version of LuaFileSystem
(lfs.dll) available at
LuaForge.
@@ -102,11 +97,11 @@ LuaFileSystem offers the following functions:
attribute mode is a string, all the others are numbers:
dev
- - on Unix systems, represents the device that the inode resides on. On Windows systems,
+
- on Unix systems, this represents the device that the inode resides on. On Windows systems,
represents the drive number of the disk containing the file
ino
- - on Unix systems, represents the inode number. On Windows systems this has no meaning
+ - on Unix systems, this represents the inode number. On Windows systems this has no meaning
mode
- string representing the associated protection mode (the values could be
@@ -124,7 +119,7 @@ LuaFileSystem offers the following functions:
- group-id of owner (Unix only, always 0 on Windows)
rdev
- - on Unix systems, represents the device type, for special file inode.
+
- on Unix systems, represents the device type, for special file inodes.
On Windows systems represents the same as
dev
access
@@ -220,7 +215,7 @@ LuaFileSystem offers the following functions:

-
$Id: manual.html,v 1.29 2006/03/14 15:03:34 tomas Exp $
+
$Id: manual.html,v 1.30 2006/03/15 16:44:04 carregal Exp $
--
cgit v1.2.3-55-g6feb