aboutsummaryrefslogtreecommitdiff
path: root/doc/us/manual.html
diff options
context:
space:
mode:
authorcarregal <carregal>2007-10-26 21:44:43 +0000
committercarregal <carregal>2007-10-26 21:44:43 +0000
commit9cdf62e1bd3787e9afa047af3369ee70469340ea (patch)
treed7b762c12cac5633ff8a833c1bbc419aa64eef75 /doc/us/manual.html
parent4790b562ca48f7305126057bde4785b8747edf55 (diff)
downloadluafilesystem-9cdf62e1bd3787e9afa047af3369ee70469340ea.tar.gz
luafilesystem-9cdf62e1bd3787e9afa047af3369ee70469340ea.tar.bz2
luafilesystem-9cdf62e1bd3787e9afa047af3369ee70469340ea.zip
Documentation updates for 1.3.0
Diffstat (limited to 'doc/us/manual.html')
-rw-r--r--doc/us/manual.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html
index 04e490a..dc0f02a 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -206,6 +206,8 @@ LuaFileSystem offers the following functions:
206 <dt><a name="symlinkattributes"></a><strong><code>lfs.symlinkattributes (filepath [, aname])</code></strong></dt> 206 <dt><a name="symlinkattributes"></a><strong><code>lfs.symlinkattributes (filepath [, aname])</code></strong></dt>
207 <dd>Identical to <a href="#attributes">lfs.attributes</a> except that 207 <dd>Identical to <a href="#attributes">lfs.attributes</a> except that
208 it obtains information about the link itself (not the file it refers to). 208 it obtains information about the link itself (not the file it refers to).
209 This function is not available in Windows so you may want to make sure that
210 <code>lfs.symlinkattributes</code> exists before using it.
209 </dd> 211 </dd>
210 212
211 <dt><a name="touch"></a><strong><code>lfs.touch (filepath [, atime [, mtime]])</code></strong></dt> 213 <dt><a name="touch"></a><strong><code>lfs.touch (filepath [, atime [, mtime]])</code></strong></dt>
@@ -237,9 +239,8 @@ LuaFileSystem offers the following functions:
237</div> <!-- id="main" --> 239</div> <!-- id="main" -->
238 240
239<div id="about"> 241<div id="about">
240 <p><a href="http://validator.w3.org/check?uri=referer"> 242 <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
241 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 243 <p><small>$Id: manual.html,v 1.37 2007/10/26 21:44:43 carregal Exp $</small></p>
242 <p><small>$Id: manual.html,v 1.36 2007/06/07 01:28:08 tomas Exp $</small></p>
243</div> <!-- id="about" --> 244</div> <!-- id="about" -->
244 245
245</div> <!-- id="container" --> 246</div> <!-- id="container" -->