diff options
| author | Reuben Thomas <rrt@sc3d.org> | 2011-06-09 15:04:17 +0100 |
|---|---|---|
| committer | Reuben Thomas <rrt@sc3d.org> | 2011-06-09 19:53:41 +0100 |
| commit | fbdff8f1a56c229fd461b2318e755d16d88adcb4 (patch) | |
| tree | c23cc265c460270efdc50945cbcc3b3c11d463ea /doc/us | |
| parent | f42e7e354335caf5935d60bb8a4884abf205e20e (diff) | |
| download | luafilesystem-fbdff8f1a56c229fd461b2318e755d16d88adcb4.tar.gz luafilesystem-fbdff8f1a56c229fd461b2318e755d16d88adcb4.tar.bz2 luafilesystem-fbdff8f1a56c229fd461b2318e755d16d88adcb4.zip | |
Fix typo in manual.
Diffstat (limited to 'doc/us')
| -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/> |
