X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/333b3cd2d2a6db46715b5ce46ab1f14cfe1bdb10..4e40e9a450e412da79b7c3ef4a1eaae268b206a4:/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