X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/02321769f658fbe95c046c17f0c5b4de759d282f..4b6ea0ada25839464b9bd7d2eec2e97567ab1626:/modules/Tool.pm diff --git a/modules/Tool.pm b/modules/Tool.pm index d39c477..18d437c 100644 --- a/modules/Tool.pm +++ b/modules/Tool.pm @@ -204,11 +204,10 @@ 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