From 6d548640cba51ceb4fa901f60a6d64204477624f Mon Sep 17 00:00:00 2001
From: uid20002
Date: Fri, 20 May 2005 18:18:13 +0000
Subject: Documentation update
---
doc/us/manual.html | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/doc/us/manual.html b/doc/us/manual.html
index ecc5cb4..c59d90d 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -86,14 +86,15 @@ If you are using Lua 5.1, nothing should be done.
The attributes are:
dev
- - device that the inode resides on
+ - on Unix systems, represents the device that the inode resides on. On Windows systems,
+ represents the drive number of the disk containing the file.
ino
- - inode's number
+ - on Unix systems, represents the inode number. On Windows systems this has no meaning.
mode
- - inode protection mode (string, values could be
file
,
- directory
, link
, socket
,
+ - string representing the associated protection mode (the values could be
+
file
, directory
, link
, socket
,
named pipe
, char device
, block device
or
other
)
@@ -107,7 +108,8 @@ If you are using Lua 5.1, nothing should be done.
- group-id of owner
rdev
- - device type, for special file inode
+ - on Unix systems, represents the device type, for special file inode.
+ On Windows systems represents the same as
dev
.
access
- time of last access
@@ -192,7 +194,7 @@ If you are using Lua 5.1, nothing should be done.

- $Id: manual.html,v 1.14 2005/05/20 18:04:56 uid20002 Exp $
+ $Id: manual.html,v 1.15 2005/05/20 18:18:13 uid20002 Exp $
--
cgit v1.2.3-55-g6feb