]> git.e2factory.org Git - e2factory.git/commitdiff
Update e2lib.parse_mode() doc
authorTobias Ulmer <tu@emlix.com>
Tue, 8 Oct 2013 12:26:59 +0000 (14:26 +0200)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:01:23 +0000 (15:01 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/e2lib.lua

index 127f3650123187df9ccf691f6feb81de9c209943..1c1c902cc7cd1cda4d5145d34690a0eab8cb486b 100644 (file)
@@ -1758,7 +1758,7 @@ function e2lib.rmdir(dir)
     return true
 end
 
---- Parse a mode string in the form ugo+rwx etc.
+--- Parse a mode string in the form ugo+rwx, 755 etc.
 -- @param modestring Mode string.
 -- @return Numeric mode or false on error.
 -- @return Error object on failure.