On Sun, Mar 09, 2014 at 03:30:15PM -0500, Sami Kerola wrote: > The kill was deprecated at the time lot of other tools got style > unification. Now when deprecation is lifted it is time to get kill > cleaner. OK, all applied. I also did some changes to the code and the man page. The most visible change is that kill(1) now returns 64 (like mount or chcpu) for partial success when more than one process specified. $ kill -s 0 firefox mutt xxx; echo $? kill: cannot find process "xxx". 64 the old version always return "1" in this situation. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- 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