From b80c656dfb2b58ba66387f2aa3db3c50316180a9 Mon Sep 17 00:00:00 2001 From: uid20006 Date: Fri, 20 May 2005 18:38:07 +0000 Subject: xhtml validation --- doc/us/manual.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'doc/us/manual.html') 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 systems offered by the standard Lua distribution.

LuaFileSystem offers a portable way to access -the underlying directory structure and file attributes.

+the underlying directory structure and file attributes.

Installation

@@ -128,16 +128,15 @@ If you are using Lua 5.1, nothing should be done.

blksize
optimal file system I/O blocksize; (Unix only)
- - + +
lfs.chdir (path)
Changes the current working directory to the given path.
Returns true in case of success or nil plus an error string.
- - +
lfs.currentdir ()
Returns a string with the current working directory or nil plus an error string.
@@ -194,7 +193,7 @@ If you are using Lua 5.1, nothing should be done.

Valid XHTML 1.0!

- $Id: manual.html,v 1.16 2005/05/20 18:23:29 uid20002 Exp $ + $Id: manual.html,v 1.18 2005/05/20 18:44:59 uid20006 Exp $

-- cgit v1.2.3-55-g6feb