Hi Karel et.al. There seems to be quite some exits with numeric exit codes. Using symbolic exits stdlib.h might be something what should be fixed systematically. find util-linux -name '*.c' -exec egrep 'exit.[0-9]' {} \+ | wc -l 297 I also did few valgrind tests and found couple leaks. As expected some leaks where easier to fix than others. Finally I notice version string output, which made no sense. When making it better I started to wonder should all command support long options --help and --version. What do you think? Can I assume these, mostly uninteresting maintenance fixes, are something you would like to receive? -- Sami Kerola http://www.iki.fi/kerolasa/ -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html