aboutsummaryrefslogtreecommitdiff
path: root/doc/us
diff options
context:
space:
mode:
authorcarregal <carregal>2008-03-24 18:17:59 +0000
committercarregal <carregal>2008-03-24 18:17:59 +0000
commit3aba7a98fbbc7276ab3fece2fcc001df9541bcbb (patch)
tree7d023b0fe3700108bfe8ba7e990bf6ca2ab2171a /doc/us
parent0154141e3fdafb69426035f5e1d949d58ddc58e9 (diff)
downloadluafilesystem-3aba7a98fbbc7276ab3fece2fcc001df9541bcbb.tar.gz
luafilesystem-3aba7a98fbbc7276ab3fece2fcc001df9541bcbb.tar.bz2
luafilesystem-3aba7a98fbbc7276ab3fece2fcc001df9541bcbb.zip
Small revision by Reuben Thomas
Diffstat (limited to 'doc/us')
-rw-r--r--doc/us/manual.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html
index 0807c1d..efae236 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -176,8 +176,8 @@ LuaFileSystem offers the following functions:
176 <dt><a name="dir"></a><strong><code>lfs.dir (path)</code></strong></dt> 176 <dt><a name="dir"></a><strong><code>lfs.dir (path)</code></strong></dt>
177 <dd> 177 <dd>
178 Lua iterator over the entries of a given directory. 178 Lua iterator over the entries of a given directory.
179 Each time the iterator is called it returns a string with an entry of the 179 Each time the iterator is called it returns a directory entry's name as a string, or
180 directory; <code>nil</code> is returned when there is no more entries. 180 <code>nil</code> if there are no more entries.
181 Raises an error if <code>path</code> is not a directory. 181 Raises an error if <code>path</code> is not a directory.
182 </dd> 182 </dd>
183 183
@@ -248,7 +248,7 @@ LuaFileSystem offers the following functions:
248 248
249<div id="about"> 249<div id="about">
250 <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> 250 <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
251 <p><small>$Id: manual.html,v 1.41 2008/02/14 18:26:19 carregal Exp $</small></p> 251 <p><small>$Id: manual.html,v 1.42 2008/03/24 18:17:59 carregal Exp $</small></p>
252</div> <!-- id="about" --> 252</div> <!-- id="about" -->
253 253
254</div> <!-- id="container" --> 254</div> <!-- id="container" -->