svn commit: r334893 - head/usr.bin/top

Eitan Adler eadler at FreeBSD.org
Sat Jun 9 20:06:07 UTC 2018


Author: eadler
Date: Sat Jun  9 20:06:06 2018
New Revision: 334893
URL: https://svnweb.freebsd.org/changeset/base/334893

Log:
  top(1): allow starting with -T flag

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

Modified: head/usr.bin/top/top.c
==============================================================================
--- head/usr.bin/top/top.c	Sat Jun  9 20:01:03 2018	(r334892)
+++ head/usr.bin/top/top.c	Sat Jun  9 20:06:06 2018	(r334893)
@@ -328,7 +328,7 @@ _Static_assert(sizeof(command_chars) == CMD_toggletid 
 	    optind = 1;
 	}
 
-	while ((i = getopt(ac, av, "CSIHPabijJ:nquvzs:d:U:m:o:p:tw")) != EOF)
+	while ((i = getopt(ac, av, "CSIHPabijJ:nquvzs:d:U:m:o:p:Ttw")) != EOF)
 	{
 	    switch(i)
 	    {


More information about the svn-src-head mailing list