bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9473: "kill -l" doesn't conform to POSIX when POSIXLY_CORRECT is set


From: Paul Eggert
Subject: bug#9473: "kill -l" doesn't conform to POSIX when POSIXLY_CORRECT is set
Date: Sun, 11 Sep 2011 16:09:49 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13

Typically, 'kill' is built into the shell, and you're undoubtedly
invoking your shell's version of kill.  So you need to send a bug report
to your shell's maintainer, not to coreutils'.

For example, on my host:

$ /home/eggert/opt/Linux-x86_64/coreutils-8.13/bin/kill -l | head -n 1
HUP
$ kill -l | head -n 1
 1) SIGHUP       2) SIGINT       3) SIGQUIT      4) SIGILL       5) SIGTRAP

So coreutils conforms, but the shell does not.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]