diff options
Diffstat (limited to 'doc/us/manual.html')
-rw-r--r-- | doc/us/manual.html | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
174 | 174 | ||
175 | <dt><a name="chdir"></a><strong><code>lfs.lock_dir(path, [seconds_stale])</code></strong></dt> | 175 | <dt><a name="chdir"></a><strong><code>lfs.lock_dir(path, [seconds_stale])</code></strong></dt> |
176 | <dd>Creates a lockfile (called lockfile.lfs) in <code>path</code> if it does not | 176 | <dd>Creates a lockfile (called lockfile.lfs) in <code>path</code> if it does not |
177 | exist and returns the lock. If the lock already exists checks it | 177 | exist and returns the lock. If the lock already exists checks if |
178 | it's stale, using the second parameter (default for the second | 178 | it's stale, using the second parameter (default for the second |
179 | parameter is <code>INT_MAX</code>, which in practice means the lock will never | 179 | parameter is <code>INT_MAX</code>, which in practice means the lock will never |
180 | be stale. To free the the lock call <code>lock:free()</code>. <br/> | 180 | be stale. To free the the lock call <code>lock:free()</code>. <br/> |