lunarmodules / luafilesystem

LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
https://lunarmodules.github.io/luafilesystem/
MIT License
907 stars 292 forks source link

manual ancor mistake #77

Closed tst2005 closed 8 years ago

tst2005 commented 8 years ago

Hello,

I don't know if the https://keplerproject.github.io/luafilesystem/manual.html page is generated but there are some little mistake in the section ancor names.

The source code :

<dt><a name="chdir"></a><strong><code>lfs.chdir (path)</code></strong></dt>
...
<dt><a name="chdir"></a><strong><code>lfs.lock_dir(path, [seconds_stale])</code></strong></dt>
...
<dt><a name="getcwd"></a><strong><code>lfs.currentdir ()</code></strong></dt>
...
<dt><a name="dir"></a><strong><code>iter, dir_obj = lfs.dir (path)</code></strong></dt>

Regards,

hishamhm commented 8 years ago

it's done by hand! PRs fixing the doc subdir and the gh-pages branch would be most welcome!

mpeterv commented 8 years ago

Fixed.