From fbdff8f1a56c229fd461b2318e755d16d88adcb4 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Thu, 9 Jun 2011 15:04:17 +0100 Subject: Fix typo in manual. --- doc/us/manual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/us/manual.html b/doc/us/manual.html index 48a8e5b..a7e2efb 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -174,7 +174,7 @@ LuaFileSystem offers the following functions:
lfs.lock_dir(path, [seconds_stale])
Creates a lockfile (called lockfile.lfs) in path if it does not - exist and returns the lock. If the lock already exists checks it + exist and returns the lock. If the lock already exists checks if 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().
-- cgit v1.2.3-55-g6feb