NetBSD/usr.bin/pkill
christos 1524d388a5 Don't use p_comm since it is only 16 characters long and you can find the
full argv[0]. It is just confusing to have a long command name, that ps
shows as the long command name, and then when you try to kill it using
the full command name as displayed you don't get a match. While there
fix a format nit, and remove the main() declaration.
2012-11-20 22:52:01 +00:00
..
Makefile install prenice(1) and man page links. 2010-12-06 21:16:53 +00:00
pkill.1 Fix SYNOPSIS; pkill accepts -l options since 3 years ago. `pattern' is 2010-12-07 09:00:23 +00:00
pkill.c Don't use p_comm since it is only 16 characters long and you can find the 2012-11-20 22:52:01 +00:00