From 3aba7a98fbbc7276ab3fece2fcc001df9541bcbb Mon Sep 17 00:00:00 2001 From: carregal Date: Mon, 24 Mar 2008 18:17:59 +0000 Subject: Small revision by Reuben Thomas --- doc/us/manual.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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:
lfs.dir (path)
Lua iterator over the entries of a given directory. - Each time the iterator is called it returns a string with an entry of the - directory; nil is returned when there is no more entries. + Each time the iterator is called it returns a directory entry's name as a string, or + nil if there are no more entries. Raises an error if path is not a directory.
@@ -248,7 +248,7 @@ LuaFileSystem offers the following functions:

Valid XHTML 1.0!

-

$Id: manual.html,v 1.41 2008/02/14 18:26:19 carregal Exp $

+

$Id: manual.html,v 1.42 2008/03/24 18:17:59 carregal Exp $

-- cgit v1.2.3-55-g6feb