aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/us/manual.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html
index 33c1cbe..8a20069 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -152,6 +152,9 @@ LuaFileSystem offers the following functions:
152 <dt><strong><code>size</code></strong></dt> 152 <dt><strong><code>size</code></strong></dt>
153 <dd>file size, in bytes</dd> 153 <dd>file size, in bytes</dd>
154 154
155 <dt><strong><code>permissions</code></strong></dt>
156 <dd>file permissions string</dd>
157
155 <dt><strong><code>blocks</code></strong></dt> 158 <dt><strong><code>blocks</code></strong></dt>
156 <dd>block allocated for file; (Unix only)</dd> 159 <dd>block allocated for file; (Unix only)</dd>
157 160