NetBSD/usr.bin/pkill
abs 24cba1ac9a If a user or group is not known, report the problem user/group, rather than
the first user/group. Caused huge fun in error messages from large script.
Old:	pgrep -u root,NoSuchUser,daemon	-> pgrep: unknown user `root'
Now:	pgrep -u root,NoSuchUser,daemon	-> pgrep: unknown user `NoSuchUser'
2005-03-02 15:31:44 +00:00
..
Makefile
pkill.1
pkill.c If a user or group is not known, report the problem user/group, rather than 2005-03-02 15:31:44 +00:00