K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-07-29T16:40:45.208405Z K 7 svn:log V 373 kill: Stop processing if a syntactically invalid pid is encountered. So a command like kill _HUP 1 now fails without sending SIGTERM to init. The behaviour when kill(2) fails remains unchanged: processing continues. This matches other implementations and POSIX and is useful for killing multiple processes at once when some of them may already be gone. PR: bin/40282 END