diff --git a/doc/us/manual.html b/doc/us/manual.html
index 2c40441..733bd8a 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -54,6 +54,10 @@ as Lua 5.0.
LuaFileSystem offers the following functions:
+
+ - lfs.attributes (filepath)
+ Returns a table with file attributes.
+
- lfs.chdir (path)
Changes the current
@@ -137,7 +141,7 @@ LuaFileSystem offers the following functions:
-$Id: manual.html,v 1.2 2004/07/29 16:47:11 tomas Exp $
+$Id: manual.html,v 1.3 2004/10/27 18:01:42 tomas Exp $