X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/333b3cd2d2a6db46715b5ce46ab1f14cfe1bdb10..321c9ef6df96b110c375ed20687233991f4e664e:/modules/Tool.pm diff --git a/modules/Tool.pm b/modules/Tool.pm index d39c477..6fbf8e0 100644 --- a/modules/Tool.pm +++ b/modules/Tool.pm @@ -204,13 +204,12 @@ sub file_name($) # mode_string() # -# Convert a binary file mode string into a human -# readable string (rwxr-x-r-x) -# (also supports SetUID, SetGID and Sticky Bits) +# Convert a file mode number into a human readable string (rwxr-x-r-x) +# (also supports SetUID, SetGID and Sticky Bit) # -# Params: Binary file mode string +# Params: File mode number # -# Return: Humand readable mode string +# Return: Human readable mode string sub mode_string($) {