diff --git a/doc/us/manual.html b/doc/us/manual.html index 933ab98..d91682f 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -81,8 +81,13 @@ The compiled binary should be copied to a directory in your LUA_CPATH.
LuaFileSystem offers the following functions:
lfs.attributes (filepath)filepath.
+ lfs.attributes (filepath [, aname])filepath.
+ If the second optional argument is given, then only the value of the
+ named attribute is returned (this use is equivalent to
+ lfs.attributes(filepath).aname, but the table is not created
+ and only one attribute is retrieved from the O.S.).
The attributes are:
dev