diff options
author | tomas <tomas> | 2006-03-14 13:16:18 +0000 |
---|---|---|
committer | tomas <tomas> | 2006-03-14 13:16:18 +0000 |
commit | 1a1716f876e2451e73c953aba1e30e97dab189dd (patch) | |
tree | cc360c535aede482931dd5596c608e520b8b03d5 /doc | |
parent | e100c80db4a5a1c199ada260e608aaf05c554c1f (diff) | |
download | luafilesystem-1a1716f876e2451e73c953aba1e30e97dab189dd.tar.gz luafilesystem-1a1716f876e2451e73c953aba1e30e97dab189dd.tar.bz2 luafilesystem-1a1716f876e2451e73c953aba1e30e97dab189dd.zip |
Expliciting the types of the attributes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/us/manual.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html index 4451e80..af8beae 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -95,7 +95,8 @@ The compiled binary should be copied to a directory in your | |||
95 | named attribute is returned (this use is equivalent to | 95 | named attribute is returned (this use is equivalent to |
96 | <code>lfs.attributes(filepath).aname</code>, but the table is not created | 96 | <code>lfs.attributes(filepath).aname</code>, but the table is not created |
97 | and only one attribute is retrieved from the O.S.). | 97 | and only one attribute is retrieved from the O.S.). |
98 | The attributes are: | 98 | The attributes are described as follows; |
99 | attribute <code>mode</code> is a string, all the others are numbers: | ||
99 | <dl> | 100 | <dl> |
100 | <dt><strong><code>dev</code></strong></dt> | 101 | <dt><strong><code>dev</code></strong></dt> |
101 | <dd>on Unix systems, represents the device that the inode resides on. On Windows systems, | 102 | <dd>on Unix systems, represents the device that the inode resides on. On Windows systems, |
@@ -210,7 +211,7 @@ The compiled binary should be copied to a directory in your | |||
210 | <div id="about"> | 211 | <div id="about"> |
211 | <p><a href="http://validator.w3.org/check?uri=referer"> | 212 | <p><a href="http://validator.w3.org/check?uri=referer"> |
212 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 213 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
213 | <p><small>$Id: manual.html,v 1.27 2006/03/10 23:37:48 carregal Exp $</small></p> | 214 | <p><small>$Id: manual.html,v 1.28 2006/03/14 13:16:18 tomas Exp $</small></p> |
214 | </div> <!-- id="about" --> | 215 | </div> <!-- id="about" --> |
215 | 216 | ||
216 | </div> <!-- id="container" --> | 217 | </div> <!-- id="container" --> |