]> granicus.if.org Git - procps-ng/commit
top: correct functioning of the '-p' command line args
authorJim Warner <james.warner@comcast.net>
Mon, 22 May 2017 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Sun, 4 Jun 2017 11:36:23 +0000 (21:36 +1000)
commite3bad0687d2e6f303bfdb41f32dce887a1e69d5b
tree128f30bfc19745346bafb5412174a3a72678c01b
parente04394ef2420785bc8fa648f3ab6c9489fde20ec
top: correct functioning of the '-p' command line args

With the introduction of a new '1' command line toggle
I have gone and broken a provision of the '-p' command
line switch (pids monitoring). Multiple pids could not
be specified through the use of comma delimited lists.

Thus, this commit simply corrects that newly added bug
which was born in the 'adjustment' commit shown below.

Reference(s):
. adjustment to '-1' implementation
commit 3e5c950a5e22320c9eece08584ac6b3292f09315

Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.c