Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2018 00:02:36 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335517 - head/usr.bin/top
Message-ID:  <201806220002.w5M02agp044483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Fri Jun 22 00:02:36 2018
New Revision: 335517
URL: https://svnweb.freebsd.org/changeset/base/335517

Log:
  top(1): behave as documented for -t
  
  Show top itself by default, unless -t is specified.

Modified:
  head/usr.bin/top/top.c

Modified: head/usr.bin/top/top.c
==============================================================================
--- head/usr.bin/top/top.c	Fri Jun 22 00:02:05 2018	(r335516)
+++ head/usr.bin/top/top.c	Fri Jun 22 00:02:36 2018	(r335517)
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806220002.w5M02agp044483>