aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruid20002 <uid20002>2005-05-20 18:23:29 +0000
committeruid20002 <uid20002>2005-05-20 18:23:29 +0000
commit8db4be836c2147b037cde9f844ce230525067146 (patch)
treee417ff99285b08da448aa5a414ca946e7ccf2075
parent6d548640cba51ceb4fa901f60a6d64204477624f (diff)
downloadluafilesystem-8db4be836c2147b037cde9f844ce230525067146.tar.gz
luafilesystem-8db4be836c2147b037cde9f844ce230525067146.tar.bz2
luafilesystem-8db4be836c2147b037cde9f844ce230525067146.zip
Documentation update
-rw-r--r--doc/us/manual.html12
1 files 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.</p>
87 <dl> 87 <dl>
88 <dt><strong><code>dev</code></strong></dt> 88 <dt><strong><code>dev</code></strong></dt>
89 <dd>on Unix systems, represents the device that the inode resides on. On Windows systems, 89 <dd>on Unix systems, represents the device that the inode resides on. On Windows systems,
90 represents the drive number of the disk containing the file.</dd> 90 represents the drive number of the disk containing the file</dd>
91 91
92 <dt><strong><code>ino</code></strong></dt> 92 <dt><strong><code>ino</code></strong></dt>
93 <dd>on Unix systems, represents the inode number. On Windows systems this has no meaning.</dd> 93 <dd>on Unix systems, represents the inode number. On Windows systems this has no meaning</dd>
94 94
95 <dt><strong><code>mode</code></strong></dt> 95 <dt><strong><code>mode</code></strong></dt>
96 <dd>string representing the associated protection mode (the values could be 96 <dd>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.</p>
102 <dd>number of hard links to the file</dd> 102 <dd>number of hard links to the file</dd>
103 103
104 <dt><strong><code>uid</code></strong></dt> 104 <dt><strong><code>uid</code></strong></dt>
105 <dd>user-id of owner</dd> 105 <dd>user-id of owner (Unix only, always 0 on Windows)</dd>
106 106
107 <dt><strong><code>gid</code></strong></dt> 107 <dt><strong><code>gid</code></strong></dt>
108 <dd>group-id of owner</dd> 108 <dd>group-id of owner (Unix only, always 0 on Windows)</dd>
109 109
110 <dt><strong><code>rdev</code></strong></dt> 110 <dt><strong><code>rdev</code></strong></dt>
111 <dd>on Unix systems, represents the device type, for special file inode. 111 <dd>on Unix systems, represents the device type, for special file inode.
112 On Windows systems represents the same as <code>dev</code>.</dd> 112 On Windows systems represents the same as <code>dev</code></dd>
113 113
114 <dt><strong><code>access</code></strong></dt> 114 <dt><strong><code>access</code></strong></dt>
115 <dd>time of last access</dd> 115 <dd>time of last access</dd>
@@ -194,7 +194,7 @@ If you are using Lua 5.1, nothing should be done.</p>
194<div id="about"> 194<div id="about">
195 <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 195 <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
196 <p><small> 196 <p><small>
197 $Id: manual.html,v 1.15 2005/05/20 18:18:13 uid20002 Exp $ 197 $Id: manual.html,v 1.16 2005/05/20 18:23:29 uid20002 Exp $
198 </small></p> 198 </small></p>
199</div> <!-- id="about" --> 199</div> <!-- id="about" -->
200 200