Package: procps
Version: 1:3.2.8-10
Severity: wishlist
File: /usr/share/man/man1/pgrep.1.gz

       -P ppid,...
              Only match processes whose parent process ID is listed.

OK, but you forgot one:

       -Z ppid,...
              Only match processes whose process ID is listed.

That way one could do
$ pkill  -Z  $!
instead of
$  kill 2>&- $!
if one wanted.
(-Z is just an arbitrary choice.)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to