top(1): behave as documented for -t

Show top itself by default, unless -t is specified.
This commit is contained in:
Eitan Adler 2018-06-22 00:02:36 +00:00
parent 4c4317193b
commit 57ad79afd6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335517

View File

@ -281,7 +281,7 @@ main(int argc, char *argv[])
/* get our name */
/* initialize some selection options */
ps.idle = true;
ps.self = false;
ps.self = true;
ps.system = false;
reset_uids();
ps.thread = false;