summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarregal <carregal>2006-03-15 20:30:53 +0000
committercarregal <carregal>2006-03-15 20:30:53 +0000
commit0147f85957feab18be4b19d56b4288cdf65eddcd (patch)
tree8dc5934291aa7723bf3ddb14f5a4b5f0d5213170
parentd5c95fbf865e954bdbfbc1c8b9771eecadf728ec (diff)
downloadluafilesystem-0147f85957feab18be4b19d56b4288cdf65eddcd.tar.gz
luafilesystem-0147f85957feab18be4b19d56b4288cdf65eddcd.tar.bz2
luafilesystem-0147f85957feab18be4b19d56b4288cdf65eddcd.zip
Merging the documentation from HEADv1_2_0
-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..281c06e 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.30.2.1 2006/03/15 20:30:53 carregal Exp $</small></p>
219</div> <!-- id="about" --> 221</div> <!-- id="about" -->
220 222
221</div> <!-- id="container" --> 223</div> <!-- id="container" -->