diff --git a/doc/us/manual.html b/doc/us/manual.html
index 86c3406..f5fbaf6 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -177,7 +177,7 @@ LuaFileSystem offers the following functions:
Returns true in case of success or nil plus an
error string.
-
lfs.lock_dir(path, [seconds_stale])lfs.lock_dir(path, [seconds_stale])path if it does not
exist and returns the lock. If the lock already exists checks if
it's stale, using the second parameter (default for the second
@@ -187,7 +187,7 @@ LuaFileSystem offers the following functions:
particular, if the lock exists and is not stale it returns the
"File exists" message.lfs.currentdir ()lfs.currentdir ()nil
plus an error string.