diff options
author | carregal <carregal> | 2006-03-15 16:44:04 +0000 |
---|---|---|
committer | carregal <carregal> | 2006-03-15 16:44:04 +0000 |
commit | f78e6e2abe304c77bd5a525a37a16450ac26faee (patch) | |
tree | a5cfa8723ccafaf3765e8998a7d5c341af4b6517 /doc/us/manual.html | |
parent | dbb964ffd47dd73cb452ae7b5420d3f9bae31d29 (diff) | |
download | luafilesystem-f78e6e2abe304c77bd5a525a37a16450ac26faee.tar.gz luafilesystem-f78e6e2abe304c77bd5a525a37a16450ac26faee.tar.bz2 luafilesystem-f78e6e2abe304c77bd5a525a37a16450ac26faee.zip |
Documentation update - minor detailsRoot_rel_1_2_x
Diffstat (limited to 'doc/us/manual.html')
-rw-r--r-- | doc/us/manual.html | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html index 319d6c5..ec391dc 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -63,11 +63,6 @@ systems offered by the standard Lua distribution.</p> | |||
63 | <p>LuaFileSystem offers a portable way to access | 63 | <p>LuaFileSystem offers a portable way to access |
64 | the underlying directory structure and file attributes.</p> | 64 | the underlying directory structure and file attributes.</p> |
65 | 65 | ||
66 | <p>LuaFileSystem source is distributed as a pair of C source and header | ||
67 | files. The distribution provides a <code>Makefile</code> prepared to | ||
68 | compile the library and install it. The file <code>config</code> should | ||
69 | be edited to suit the needs of the aimed platform.</p> | ||
70 | |||
71 | <h2><a name="installation"></a>Installation</h2> | 66 | <h2><a name="installation"></a>Installation</h2> |
72 | 67 | ||
73 | <p>LuaFileSystem follows the | 68 | <p>LuaFileSystem follows the |
@@ -79,7 +74,7 @@ binary properly. | |||
79 | The compiled binary should be copied to a directory in your | 74 | The compiled binary should be copied to a directory in your |
80 | <code>LUA_CPATH</code>.</p> | 75 | <code>LUA_CPATH</code>.</p> |
81 | 76 | ||
82 | <p>Windows users can use the pre-compiled version of LuaFileSystem | 77 | <p>Windows users can use the binary version of LuaFileSystem |
83 | (<code>lfs.dll</code>) available at | 78 | (<code>lfs.dll</code>) available at |
84 | <a href="http://luaforge.net/projects/luafilesystem/files">LuaForge</a>.</p> | 79 | <a href="http://luaforge.net/projects/luafilesystem/files">LuaForge</a>.</p> |
85 | 80 | ||
@@ -102,11 +97,11 @@ LuaFileSystem offers the following functions: | |||
102 | 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: |
103 | <dl> | 98 | <dl> |
104 | <dt><strong><code>dev</code></strong></dt> | 99 | <dt><strong><code>dev</code></strong></dt> |
105 | <dd>on Unix systems, represents the device that the inode resides on. On Windows systems, | 100 | <dd>on Unix systems, this represents the device that the inode resides on. On Windows systems, |
106 | represents the drive number of the disk containing the file</dd> | 101 | represents the drive number of the disk containing the file</dd> |
107 | 102 | ||
108 | <dt><strong><code>ino</code></strong></dt> | 103 | <dt><strong><code>ino</code></strong></dt> |
109 | <dd>on Unix systems, represents the inode number. On Windows systems this has no meaning</dd> | 104 | <dd>on Unix systems, this represents the inode number. On Windows systems this has no meaning</dd> |
110 | 105 | ||
111 | <dt><strong><code>mode</code></strong></dt> | 106 | <dt><strong><code>mode</code></strong></dt> |
112 | <dd>string representing the associated protection mode (the values could be | 107 | <dd>string representing the associated protection mode (the values could be |
@@ -124,7 +119,7 @@ LuaFileSystem offers the following functions: | |||
124 | <dd>group-id of owner (Unix only, always 0 on Windows)</dd> | 119 | <dd>group-id of owner (Unix only, always 0 on Windows)</dd> |
125 | 120 | ||
126 | <dt><strong><code>rdev</code></strong></dt> | 121 | <dt><strong><code>rdev</code></strong></dt> |
127 | <dd>on Unix systems, represents the device type, for special file inode. | 122 | <dd>on Unix systems, represents the device type, for special file inodes. |
128 | On Windows systems represents the same as <code>dev</code></dd> | 123 | On Windows systems represents the same as <code>dev</code></dd> |
129 | 124 | ||
130 | <dt><strong><code>access</code></strong></dt> | 125 | <dt><strong><code>access</code></strong></dt> |
@@ -220,7 +215,7 @@ LuaFileSystem offers the following functions: | |||
220 | <div id="about"> | 215 | <div id="about"> |
221 | <p><a href="http://validator.w3.org/check?uri=referer"> | 216 | <p><a href="http://validator.w3.org/check?uri=referer"> |
222 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 217 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
223 | <p><small>$Id: manual.html,v 1.29 2006/03/14 15:03:34 tomas Exp $</small></p> | 218 | <p><small>$Id: manual.html,v 1.30 2006/03/15 16:44:04 carregal Exp $</small></p> |
224 | </div> <!-- id="about" --> | 219 | </div> <!-- id="about" --> |
225 | 220 | ||
226 | </div> <!-- id="container" --> | 221 | </div> <!-- id="container" --> |