diff options
author | uid20006 <uid20006> | 2005-05-20 18:38:07 +0000 |
---|---|---|
committer | uid20006 <uid20006> | 2005-05-20 18:38:07 +0000 |
commit | b80c656dfb2b58ba66387f2aa3db3c50316180a9 (patch) | |
tree | 9f37369ba5a49b9cc46eeb0dc98c2aa57c852c64 /doc/us/manual.html | |
parent | 646a17acdd37bbe1712f708858470cd1432dc224 (diff) | |
download | luafilesystem-b80c656dfb2b58ba66387f2aa3db3c50316180a9.tar.gz luafilesystem-b80c656dfb2b58ba66387f2aa3db3c50316180a9.tar.bz2 luafilesystem-b80c656dfb2b58ba66387f2aa3db3c50316180a9.zip |
xhtml validation
Diffstat (limited to 'doc/us/manual.html')
-rw-r--r-- | doc/us/manual.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html index 0ab3061..acaf138 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -55,7 +55,7 @@ developed to complement the set of functions related to file | |||
55 | systems offered by the standard Lua distribution.</p> | 55 | systems offered by the standard Lua distribution.</p> |
56 | 56 | ||
57 | <p>LuaFileSystem offers a portable way to access | 57 | <p>LuaFileSystem offers a portable way to access |
58 | the underlying directory structure and file attributes.<p> | 58 | the underlying directory structure and file attributes.</p> |
59 | 59 | ||
60 | <h2><a name="installation"></a>Installation</h2> | 60 | <h2><a name="installation"></a>Installation</h2> |
61 | 61 | ||
@@ -128,16 +128,15 @@ 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 |
136 | <code>path</code>.<br /> | 136 | <code>path</code>.<br /> |
137 | Returns <code>true</code> in case of success or <code>nil</code> plus an | 137 | Returns <code>true</code> in case of success or <code>nil</code> plus an |
138 | error string.</dd> | 138 | error string.</dd> |
139 | 139 | ||
140 | |||
141 | <dt><a name="getcwd"></a><strong><code>lfs.currentdir ()</code></strong></dt> | 140 | <dt><a name="getcwd"></a><strong><code>lfs.currentdir ()</code></strong></dt> |
142 | <dd>Returns a string with the current working directory or <code>nil</code> | 141 | <dd>Returns a string with the current working directory or <code>nil</code> |
143 | plus an error string.</dd> | 142 | plus an error string.</dd> |
@@ -194,7 +193,7 @@ If you are using Lua 5.1, nothing should be done.</p> | |||
194 | <div id="about"> | 193 | <div id="about"> |
195 | <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> |
196 | <p><small> | 195 | <p><small> |
197 | $Id: manual.html,v 1.16 2005/05/20 18:23:29 uid20002 Exp $ | 196 | $Id: manual.html,v 1.18 2005/05/20 18:44:59 uid20006 Exp $ |
198 | </small></p> | 197 | </small></p> |
199 | </div> <!-- id="about" --> | 198 | </div> <!-- id="about" --> |
200 | 199 | ||