From: Tobias Ulmer Date: Tue, 8 Oct 2013 12:26:59 +0000 (+0200) Subject: Update e2lib.parse_mode() doc X-Git-Tag: e2factory-2.3.15rc1~450 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=4de09d2dbf082180a54d5070a9d5d625cd08a187;p=e2factory.git Update e2lib.parse_mode() doc Signed-off-by: Tobias Ulmer --- diff --git a/generic/e2lib.lua b/generic/e2lib.lua index 127f365..1c1c902 100644 --- a/generic/e2lib.lua +++ b/generic/e2lib.lua @@ -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.