diff options
author | Ignacio Burgueño <ignacio@users.noreply.github.com> | 2016-01-18 14:43:39 -0300 |
---|---|---|
committer | Ignacio Burgueño <ignacio@users.noreply.github.com> | 2016-01-18 14:43:39 -0300 |
commit | 222330973ce4ba17f79ae969b882a02eb8208483 (patch) | |
tree | 98d2a78fb2771bd00923e535a078ff11fc88bf0b | |
parent | 6d039ff3854db74c1b32ab3f14377bd5f49e2119 (diff) | |
parent | c0965e80481343b5b3669a20aa6a81759dba7da1 (diff) | |
download | luafilesystem-222330973ce4ba17f79ae969b882a02eb8208483.tar.gz luafilesystem-222330973ce4ba17f79ae969b882a02eb8208483.tar.bz2 luafilesystem-222330973ce4ba17f79ae969b882a02eb8208483.zip |
Merge pull request #60 from MisterDA/doc-permissions
Add documentation for attributes.permissions, fix #59
-rw-r--r-- | doc/us/manual.html | 3 |
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 | ||