commit | 5d2619774ea77b02e4642401fb3c1dbd02253011 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jun 04 09:26:14 2016 -0700 |
committer | Rob Landley <rob@landley.net> | Sat Jun 04 16:57:18 2016 -0500 |
tree | b2f7cef9aa900111c6696d74e0feb54c38b2eff1 | |
parent | 5352bb64b619aad69598fda69cccc591e8f16710 [diff] |
Basic success/failure return from pgrep/pkill. The man page says they also return 2 for syntax errors and 3 for "fatal error: out of memory etc", but I don't know how to implement that and don't need it (or have any reason to believe anyone needs it). Bug: 29092208