commit | 8e618f123d13f2c1375cb32a80248f5a63944adc | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 17 15:51:25 2016 -0700 |
committer | Rob Landley <rob@landley.net> | Fri Jun 17 19:26:36 2016 -0500 |
tree | 112d4ba8904f3e10abf3dcd1bce32820b428f8c0 | |
parent | 46409d50e5632b28b88cfa4991fffef9adaa490d [diff] |
Make it clearer that CMD is the thread name. It should come as no surprise to those who followed the development of this that it's not well known which of the various names is actually the thread name. Adding "thread" to the ps --help output seems like a good idea. I'm also assuming that "stat2" was meant to read "stat[2]", since that's how it mostly appeared on the list while discussing this. Still fits in 80 columns.