diff options
author | carregal <carregal> | 2005-05-22 18:56:24 +0000 |
---|---|---|
committer | carregal <carregal> | 2005-05-22 18:56:24 +0000 |
commit | a427f48bc802be0657bab7942ffacaea5d8bd042 (patch) | |
tree | 273a3b267c4fbb94a2e774cc9578d81b9c7fa314 | |
parent | e80d17dda93a89fc4b5a719d1ebbcc925e82ec8d (diff) | |
download | luafilesystem-a427f48bc802be0657bab7942ffacaea5d8bd042.tar.gz luafilesystem-a427f48bc802be0657bab7942ffacaea5d8bd042.tar.bz2 luafilesystem-a427f48bc802be0657bab7942ffacaea5d8bd042.zip |
Documentation update
-rw-r--r-- | doc/us/manual.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html index c499922..ded9517 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -80,7 +80,7 @@ If you are using Lua 5.1, nothing should be done.</p> | |||
80 | 80 | ||
81 | <p>LuaFileSystem offers the following functions:</p> | 81 | <p>LuaFileSystem offers the following functions:</p> |
82 | 82 | ||
83 | <dl> | 83 | <dl class="reference"> |
84 | <dt><a name="attributes"></a><strong><code>lfs.attributes (filepath)</code></strong></dt> | 84 | <dt><a name="attributes"></a><strong><code>lfs.attributes (filepath)</code></strong></dt> |
85 | <dd>Returns a table with the file attributes corresponding to <code>filepath</code>. | 85 | <dd>Returns a table with the file attributes corresponding to <code>filepath</code>. |
86 | The attributes are: | 86 | The attributes are: |
@@ -128,8 +128,8 @@ If you are using Lua 5.1, nothing should be done.</p> | |||
128 | 128 | ||
129 | <dt><strong><code>blksize</code></strong></dt> | 129 | <dt><strong><code>blksize</code></strong></dt> |
130 | <dd>optimal file system I/O blocksize; (Unix only)</dd> | 130 | <dd>optimal file system I/O blocksize; (Unix only)</dd> |
131 | </dl> | 131 | </dl> |
132 | 132 | </dd> | |
133 | 133 | ||
134 | <dt><a name="chdir"></a><strong><code>lfs.chdir (path)</code></strong></dt> | 134 | <dt><a name="chdir"></a><strong><code>lfs.chdir (path)</code></strong></dt> |
135 | <dd>Changes the current working directory to the given | 135 | <dd>Changes the current working directory to the given |
@@ -193,7 +193,7 @@ If you are using Lua 5.1, nothing should be done.</p> | |||
193 | <div id="about"> | 193 | <div id="about"> |
194 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 194 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
195 | <p><small> | 195 | <p><small> |
196 | $Id: manual.html,v 1.17 2005/05/20 18:43:00 uid20006 Exp $ | 196 | $Id: manual.html,v 1.19 2005/05/22 18:56:24 carregal Exp $ |
197 | </small></p> | 197 | </small></p> |
198 | </div> <!-- id="about" --> | 198 | </div> <!-- id="about" --> |
199 | 199 | ||