]> git.p6c8.net - devedit.git/blobdiff - modules/Tool.pm
Improved file editing using another filename:
[devedit.git] / modules / Tool.pm
index d39c4773a9d6cc7fdb922c627cb82df40fddd6b7..18d437c49499369770e5ecabe642afd958a9e7f4 100644 (file)
@@ -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
 

patrick-canterino.de