diff --git a/doc/us/examples.html b/doc/us/examples.html
index 2c1644c..68756c8 100644
--- a/doc/us/examples.html
+++ b/doc/us/examples.html
@@ -13,7 +13,7 @@
diff --git a/doc/us/index.html b/doc/us/index.html
index 2bb7f5d..3ed43f2 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -13,7 +13,7 @@
@@ -33,7 +33,6 @@
Download
History
Credits
-
Contact us
Manual
@@ -67,7 +66,7 @@ systems offered by the standard Lua distribution.
the underlying directory structure and file attributes.
LuaFileSystem is free software and uses the same
-license as Lua 5.1.
+license as Lua 5.x (MIT).
Status
@@ -115,9 +114,9 @@ page.
Version 1.4.2 [03/Feb/2009]
- - fixed bug [#13198]
- lfs.attributes(filename, 'size') overflow on files > 2 Gb again (bug report and patch by KUBO Takehiro).
- - fixed bug [#39794]
+
- fixed bug
+
lfs.attributes(filename, 'size') overflow on files > 2 Gb again (bug report and patch by KUBO Takehiro).
+ - fixed bug
Compile error on Solaris 10 (bug report and patch by Aaron B).
- fixed compilation problems with Borland C.
@@ -129,7 +128,7 @@ page.
documentation review
fixed Windows compilation issues
fixed bug in the Windows tests (patch by Shmuel Zeigerman)
- fixed bug [#2185]
+ fixed bug
lfs.attributes(filename, 'size') overflow on files > 2 Gb
@@ -191,25 +190,15 @@ page.
LuaFileSystem was designed by Roberto Ierusalimschy,
André Carregal and Tomás Guisasola as part of the
-Kepler Project,
+Kepler Project,
which holds its copyright. LuaFileSystem is currently maintained by Fábio Mascarenhas.
-Contact us
-
-For more information please
-contact us.
-Comments are welcome!
-
-You can also reach other Kepler developers and users on the Kepler Project
-mailing list.
-
diff --git a/doc/us/license.html b/doc/us/license.html
index 3003381..5048c11 100644
--- a/doc/us/license.html
+++ b/doc/us/license.html
@@ -13,7 +13,7 @@
diff --git a/doc/us/manual.html b/doc/us/manual.html
index 8a20069..7a92f58 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -13,7 +13,9 @@
LuaFileSystem
File System Library for the Lua Programming Language
@@ -31,7 +33,6 @@
Download
History
Credits
-
Contact us
Manual
@@ -274,7 +275,6 @@ LuaFileSystem offers the following functions:
Valid XHTML 1.0!
-
$Id: manual.html,v 1.45 2009/06/03 20:53:55 mascarenhas Exp $