]> git.p6c8.net - devedit.git/blobdiff - modules/Tool.pm
Instead of absolute paths in error_file and template_file, I use relative ones.
[devedit.git] / modules / Tool.pm
index d39c4773a9d6cc7fdb922c627cb82df40fddd6b7..6fbf8e05277ee7e9a54eaf7700530042979ff541 100644 (file)
@@ -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($)
 {

patrick-canterino.de