freebsd-dev/bin/pkill
Lawrence Stewart 27181846bb pgrep naively appends the delimiter to all PIDs including the last
e.g. "pgrep -d, getty" outputs "1399,1386,1309,1308,1307,1306,1305,1302,"
Ensure the list is correctly delimited by suppressing the emission of the
delimiter after the final PID.

Reviewed by:	imp, kib
MFC after:	1 week
Sponsored by:	Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D8537
2017-08-08 00:31:10 +00:00
..
tests Increase timeouts so tests have more chances to succeed 2016-10-19 12:23:02 +00:00
Makefile Convert traditional ${MK_TESTS} conditional idiom for including test 2017-08-02 08:35:51 +00:00
Makefile.depend Update dependencies after r291406 added libelf to libkvm. 2015-12-01 05:18:48 +00:00
pkill.1 Clarify -q is only for pgrep. 2017-06-05 16:00:10 +00:00
pkill.c pgrep naively appends the delimiter to all PIDs including the last 2017-08-08 00:31:10 +00:00