diff --git a/manual.html b/manual.html
index 217c249..aa51b73 100644
--- a/manual.html
+++ b/manual.html
@@ -172,14 +172,12 @@ 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)path if it does not
- exist and returns the lock. If the lock already exists checks it
- it's stale, using the second parameter (default for the second
- parameter is INT_MAX, which in practice means the lock will never
- be stale. To free the the lock call lock:free(). lock:free(). lfs.currentdir ()