commit | eb048a450cc7a0d92ac435a59d56f378b9f82667 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 07 21:55:16 2021 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 07 21:55:16 2021 +0200 |
tree | 4bfd84e1786f02c6e525dd087bb756ea5f64e4a1 | |
parent | 421c8767ba4ebf02fadc056026033e8feaf1a470 [diff] |
ps: fix -o pid=PID,args interpreting entire "PID,args" as header procps-ng 3.3.15 does not do this. (It could, allowing commas in headers and requiring "ps -opid=PID -oargs" form for this case, but it does not). function old new delta parse_o 167 190 +23 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>