| 9a16fda7 | 23-Mar-2014 |
millert <millert@openbsd.org> |
kill(1) doesn't use getopt() due to its non-standard option processing. However, POSIX (really XSI) says it should honor "--" to disambiguate between -signum and -pgid. This adds simple "--" handlin
kill(1) doesn't use getopt() due to its non-standard option processing. However, POSIX (really XSI) says it should honor "--" to disambiguate between -signum and -pgid. This adds simple "--" handling such that "kill -- -pgid" is accepted.
show more ...
|