From b80c656dfb2b58ba66387f2aa3db3c50316180a9 Mon Sep 17 00:00:00 2001
From: uid20006
Date: Fri, 20 May 2005 18:38:07 +0000
Subject: [PATCH] xhtml validation
---
doc/us/index.html | 6 +++---
doc/us/license.html | 4 ++--
doc/us/manual.html | 11 +++++------
3 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/doc/us/index.html b/doc/us/index.html
index b438cba..3fcd424 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -54,7 +54,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.
LuaFileSystem is free software and uses the same
license as Lua 5.0.
@@ -78,7 +78,7 @@ page.
History
- - [20/May/2005] Version 1.1 released
+ - [20/May/2005] Version 1.1 released
added function lfs.touch.
- [21/Jan/2005] Version 1.0 released
@@ -107,7 +107,7 @@ Comments are welcome!

- $Id: index.html,v 1.15 2005/05/20 18:04:56 uid20002 Exp $
+ $Id: index.html,v 1.16 2005/05/20 18:38:07 uid20006 Exp $
diff --git a/doc/us/license.html b/doc/us/license.html
index 6a0976b..8e4d756 100644
--- a/doc/us/license.html
+++ b/doc/us/license.html
@@ -74,7 +74,7 @@ somewhere in your product or its documentation.
Ierusalimschy, André Carregal and Tomás Guisasola.
The implementation is not derived from licensed software.
-
+
Copyright © 2004-2005 The Kepler Project.
Permission is hereby granted, free of charge, to any person
@@ -104,7 +104,7 @@ SOFTWARE.

- $Id: license.html,v 1.6 2005/05/20 18:04:56 uid20002 Exp $
+ $Id: license.html,v 1.7 2005/05/20 18:43:00 uid20006 Exp $
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.

- $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 $