aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2016-06-30 21:17:54 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2016-06-30 21:17:54 +0300
commit080f74f785b2f30708ae797c15fca95a418b028a (patch)
tree0d913cadc6b5f3373605a1dae90867d87c1a299a
parent7fae11cdb5a129ce798df462365b7ce60c5f4d62 (diff)
downloadluafilesystem-080f74f785b2f30708ae797c15fca95a418b028a.tar.gz
luafilesystem-080f74f785b2f30708ae797c15fca95a418b028a.tar.bz2
luafilesystem-080f74f785b2f30708ae797c15fca95a418b028a.zip
Fix anchor names in documentation
-rw-r--r--doc/us/manual.html4
1 files changed, 2 insertions, 2 deletions
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:
177 Returns <code>true</code> in case of success or <code>nil</code> plus an 177 Returns <code>true</code> in case of success or <code>nil</code> plus an
178 error string.</dd> 178 error string.</dd>
179 179
180 <dt><a name="chdir"></a><strong><code>lfs.lock_dir(path, [seconds_stale])</code></strong></dt> 180 <dt><a name="lock_dir"></a><strong><code>lfs.lock_dir(path, [seconds_stale])</code></strong></dt>
181 <dd>Creates a lockfile (called lockfile.lfs) in <code>path</code> if it does not 181 <dd>Creates a lockfile (called lockfile.lfs) in <code>path</code> if it does not
182 exist and returns the lock. If the lock already exists checks if 182 exist and returns the lock. If the lock already exists checks if
183 it's stale, using the second parameter (default for the second 183 it's stale, using the second parameter (default for the second
@@ -187,7 +187,7 @@ LuaFileSystem offers the following functions:
187 particular, if the lock exists and is not stale it returns the 187 particular, if the lock exists and is not stale it returns the
188 "File exists" message.</dd> 188 "File exists" message.</dd>
189 189
190 <dt><a name="getcwd"></a><strong><code>lfs.currentdir ()</code></strong></dt> 190 <dt><a name="currentdir"></a><strong><code>lfs.currentdir ()</code></strong></dt>
191 <dd>Returns a string with the current working directory or <code>nil</code> 191 <dd>Returns a string with the current working directory or <code>nil</code>
192 plus an error string.</dd> 192 plus an error string.</dd>
193 193