pgrep/pkill: support -s and -P options
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 5 Jul 2009 22:00:12 +0000 (00:00 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 5 Jul 2009 22:00:12 +0000 (00:00 +0200)
commit57dc5345e2f30eb990722be45449dcae1b15a1ad
treefb5c52bbf5f36ea7ae9c774122ee4065daf177d7
parent666e1d3978ebd2b72b18333f4face0e10cc816ba
pgrep/pkill: support -s and -P options

function                                             old     new   delta
pgrep_main                                           510     580     +70
packed_usage                                       26575   26616     +41
act                                                  234     236      +2
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 113/0)             Total: 113 bytes

Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/usage.h
procps/pgrep.c