freebsd-dev/usr.bin/killall
Peter Wemm 69179c1439 Work around the p_comm[] size limit. If the user supplies more than
16 characters, only check the first 16 since that is all the kernel
records.  This isn't ideal, but it is probably the best we can do.
Otherwise, "killall communicator-linux-4.76.bin" will not match
the process as the kernel only records "communicator-lin".
2001-02-14 21:56:03 +00:00
..
killall.1 Fix typo: -c -> -t 2001-01-21 01:07:26 +00:00
killall.c Work around the p_comm[] size limit. If the user supplies more than 2001-02-14 21:56:03 +00:00
Makefile After positive feedback from a few folks, activate a switchover to 2000-08-28 22:09:38 +00:00