From 080f74f785b2f30708ae797c15fca95a418b028a Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Thu, 30 Jun 2016 21:17:54 +0300 Subject: Fix anchor names in documentation --- doc/us/manual.html | 4 ++-- 1 file 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: Returns true in case of success or nil plus an error string. -
lfs.lock_dir(path, [seconds_stale])
+
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 if it's stale, using the second parameter (default for the second @@ -187,7 +187,7 @@ LuaFileSystem offers the following functions: particular, if the lock exists and is not stale it returns the "File exists" message.
-
lfs.currentdir ()
+
lfs.currentdir ()
Returns a string with the current working directory or nil plus an error string.
-- cgit v1.2.3-55-g6feb