From f78e6e2abe304c77bd5a525a37a16450ac26faee Mon Sep 17 00:00:00 2001 From: carregal Date: Wed, 15 Mar 2006 16:44:04 +0000 Subject: Documentation update - minor details --- doc/us/index.html | 6 +++--- doc/us/manual.html | 15 +++++---------- 2 files changed, 8 insertions(+), 13 deletions(-) (limited to 'doc') diff --git a/doc/us/index.html b/doc/us/index.html index db32faf..15c954a 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -84,14 +84,14 @@ for more details).

Lua Forge page. If you are using LuaBinaries Release 2 -a Windows pre-compiled version of LuaFileSystem can also be found at the +a Windows binary version of LuaFileSystem can also be found at the LuaForge page.

History

-
Version 1.2 [13/Mar/2006]
+
Version 1.2 [15/Mar/2006]
  • added optional argument to @@ -139,7 +139,7 @@ Comments are welcome!

    Valid XHTML 1.0!

    -

    $Id: index.html,v 1.29 2006/03/14 14:07:55 carregal Exp $

    +

    $Id: index.html,v 1.30 2006/03/15 16:44:04 carregal Exp $

    diff --git a/doc/us/manual.html b/doc/us/manual.html index 319d6c5..ec391dc 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -63,11 +63,6 @@ systems offered by the standard Lua distribution.

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

    -

    LuaFileSystem source is distributed as a pair of C source and header -files. The distribution provides a Makefile prepared to -compile the library and install it. The file config should -be edited to suit the needs of the aimed platform.

    -

    Installation

    LuaFileSystem follows the @@ -79,7 +74,7 @@ binary properly. The compiled binary should be copied to a directory in your LUA_CPATH.

    -

    Windows users can use the pre-compiled version of LuaFileSystem +

    Windows users can use the binary version of LuaFileSystem (lfs.dll) available at LuaForge.

    @@ -102,11 +97,11 @@ LuaFileSystem offers the following functions: attribute mode is a string, all the others are numbers:
    dev
    -
    on Unix systems, represents the device that the inode resides on. On Windows systems, +
    on Unix systems, this represents the device that the inode resides on. On Windows systems, represents the drive number of the disk containing the file
    ino
    -
    on Unix systems, represents the inode number. On Windows systems this has no meaning
    +
    on Unix systems, this represents the inode number. On Windows systems this has no meaning
    mode
    string representing the associated protection mode (the values could be @@ -124,7 +119,7 @@ LuaFileSystem offers the following functions:
    group-id of owner (Unix only, always 0 on Windows)
    rdev
    -
    on Unix systems, represents the device type, for special file inode. +
    on Unix systems, represents the device type, for special file inodes. On Windows systems represents the same as dev
    access
    @@ -220,7 +215,7 @@ LuaFileSystem offers the following functions:

    Valid XHTML 1.0!

    -

    $Id: manual.html,v 1.29 2006/03/14 15:03:34 tomas Exp $

    +

    $Id: manual.html,v 1.30 2006/03/15 16:44:04 carregal Exp $

    -- cgit v1.2.3-55-g6feb