CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2014/03/23 06:44:00

Modified files:
        bin/kill       : kill.c 

Log message:
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.

Reply via email to