aboutsummaryrefslogtreecommitdiff
path: root/doc/us
diff options
context:
space:
mode:
authorcarregal <carregal>2006-03-15 20:29:15 +0000
committercarregal <carregal>2006-03-15 20:29:15 +0000
commit3a7a15178f75f1f1af6a5050255b8e6ade37d1bb (patch)
tree5cc241d65ab4890069763ff6ab3d6cc668a0e903 /doc/us
parentf9e07c6b089021ca8470ddbf7689ff1633722314 (diff)
downloadluafilesystem-3a7a15178f75f1f1af6a5050255b8e6ade37d1bb.tar.gz
luafilesystem-3a7a15178f75f1f1af6a5050255b8e6ade37d1bb.tar.bz2
luafilesystem-3a7a15178f75f1f1af6a5050255b8e6ade37d1bb.zip
Documentation update - minor details
Diffstat (limited to 'doc/us')
-rw-r--r--doc/us/manual.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html
index ec391dc..922b27b 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -94,7 +94,9 @@ LuaFileSystem offers the following functions:
94 <code>lfs.attributes(filepath).aname</code>, but the table is not created 94 <code>lfs.attributes(filepath).aname</code>, but the table is not created
95 and only one attribute is retrieved from the O.S.). 95 and only one attribute is retrieved from the O.S.).
96 The attributes are described as follows; 96 The attributes are described as follows;
97 attribute <code>mode</code> is a string, all the others are numbers: 97 attribute <code>mode</code> is a string, all the others are numbers,
98 and the time related attributes use the same time reference of
99 <a href="http://www.lua.org/manual/5.0/manual.html#5.7"><code>os.time</code></a>:
98 <dl> 100 <dl>
99 <dt><strong><code>dev</code></strong></dt> 101 <dt><strong><code>dev</code></strong></dt>
100 <dd>on Unix systems, this represents the device that the inode resides on. On Windows systems, 102 <dd>on Unix systems, this represents the device that the inode resides on. On Windows systems,
@@ -215,7 +217,7 @@ LuaFileSystem offers the following functions:
215<div id="about"> 217<div id="about">
216 <p><a href="http://validator.w3.org/check?uri=referer"> 218 <p><a href="http://validator.w3.org/check?uri=referer">
217 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 219 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
218 <p><small>$Id: manual.html,v 1.30 2006/03/15 16:44:04 carregal Exp $</small></p> 220 <p><small>$Id: manual.html,v 1.31 2006/03/15 20:29:15 carregal Exp $</small></p>
219</div> <!-- id="about" --> 221</div> <!-- id="about" -->
220 222
221</div> <!-- id="container" --> 223</div> <!-- id="container" -->