freebsd-dev/usr.bin/pkill
Xin LI b2253a33dc 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'

Obtained from:	NetBSD (rev. 1.8)
MFC After:	1 week (if re@ would have approved this)
2005-03-03 02:17:20 +00:00
..
Makefile Removed bitrot. 2004-11-13 17:12:22 +00:00
pkill.1 Document the fact that matching against a process command-name will 2004-08-16 04:49:43 +00:00
pkill.c If a user or group is not known, report the problem user/group, rather than 2005-03-03 02:17:20 +00:00