freebsd-dev/bin/pkill
Jilles Tjoelker 12dacf622b Make sys_signame upper case.
This matches the constants from <signal.h> with 'SIG' removed, which POSIX
requires kill and trap to accept and 'kill -l' to write.

'kill -l', 'trap', 'trap -l' output is now upper case.

In Turkish locales, signal names with an upper case 'I' are now accepted,
while signal names with a lower case 'i' are no longer accepted, and the
output of 'killall -l' now contains proper capital 'I' without dot instead
of a dotted capital 'I'.
2011-02-04 16:40:50 +00:00
..
Makefile Raise WARNS for various tools where possible. 2010-01-17 21:56:27 +00:00
pkill.1 Add -l to the synopsis 2010-07-12 01:58:46 +00:00
pkill.c Make sys_signame upper case. 2011-02-04 16:40:50 +00:00