aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Décimo <antonin.decimo@gmail.com>2016-01-18 16:28:06 +0100
committerAntonin Décimo <antonin.decimo@gmail.com>2016-01-18 16:28:06 +0100
commitc0965e80481343b5b3669a20aa6a81759dba7da1 (patch)
tree98d2a78fb2771bd00923e535a078ff11fc88bf0b
parent6d039ff3854db74c1b32ab3f14377bd5f49e2119 (diff)
downloadluafilesystem-c0965e80481343b5b3669a20aa6a81759dba7da1.tar.gz
luafilesystem-c0965e80481343b5b3669a20aa6a81759dba7da1.tar.bz2
luafilesystem-c0965e80481343b5b3669a20aa6a81759dba7da1.zip
Add documentation for attributes.permissions, fix #59
-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