From 8db4be836c2147b037cde9f844ce230525067146 Mon Sep 17 00:00:00 2001 From: uid20002 Date: Fri, 20 May 2005 18:23:29 +0000 Subject: Documentation update --- doc/us/manual.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/us/manual.html b/doc/us/manual.html index c59d90d..0ab3061 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -87,10 +87,10 @@ If you are using Lua 5.1, nothing should be done.

dev
on Unix systems, represents the device that the inode resides on. On Windows systems, - represents the drive number of the disk containing the file.
+ 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, represents the inode number. On Windows systems this has no meaning
mode
string representing the associated protection mode (the values could be @@ -102,14 +102,14 @@ If you are using Lua 5.1, nothing should be done.

number of hard links to the file
uid
-
user-id of owner
+
user-id of owner (Unix only, always 0 on Windows)
gid
-
group-id of owner
+
group-id of owner (Unix only, always 0 on Windows)
rdev
on Unix systems, represents the device type, for special file inode. - On Windows systems represents the same as dev.
+ On Windows systems represents the same as dev
access
time of last access
@@ -194,7 +194,7 @@ If you are using Lua 5.1, nothing should be done.

Valid XHTML 1.0!

- $Id: manual.html,v 1.15 2005/05/20 18:18:13 uid20002 Exp $ + $Id: manual.html,v 1.16 2005/05/20 18:23:29 uid20002 Exp $

-- cgit v1.2.3-55-g6feb