From owner-svn-src-all@freebsd.org Mon Jun 4 11:29:21 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F728FF7A59; Mon, 4 Jun 2018 11:29:21 +0000 (UTC) (envelope-from flo@smeets.xyz) Received: from mail-out.smeets.xyz (mail-out.smeets.xyz [5.9.17.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F3CC8166F; Mon, 4 Jun 2018 11:29:20 +0000 (UTC) (envelope-from flo@smeets.xyz) Received: from mail.smeets.xyz (mail6 [IPv6:2a01:4f8:160:918a::25:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail-out.smeets.xyz (Postfix) with ESMTPS id 8B3D3299A4; Mon, 4 Jun 2018 13:29:19 +0200 (CEST) Received: from amavis.smeets.xyz (amavis.smeets.xyz [IPv6:2a01:4f8:160:918a::aa:4]) by mail.smeets.xyz (Postfix) with ESMTP id 4C4E19CC72; Mon, 4 Jun 2018 13:29:19 +0200 (CEST) X-Virus-Scanned: amavisd-new at smeets.xyz Received: from mail.smeets.xyz ([IPv6:2a01:4f8:160:918a::25:3]) by amavis.smeets.xyz (amavis.smeets.xyz [IPv6:2a01:4f8:160:918a::aa:4]) (amavisd-new, port 10025) with ESMTP id 3Sy69OAkEDPf; Mon, 4 Jun 2018 13:29:19 +0200 (CEST) Received: by mail.smeets.xyz (Postfix, from userid 1001) id 2658C9CC6C; Mon, 4 Jun 2018 13:29:19 +0200 (CEST) Date: Mon, 4 Jun 2018 13:29:19 +0200 From: Florian Smeets To: Eitan Adler Cc: Baptiste Daroussin , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r334474 - head/usr.bin/top Message-ID: <20180604112919.GA8618@mail.smeets.xyz> References: <201806010551.w515pfoB090926@repo.freebsd.org> <20180604054500.zqcnqmyuu6mjxn7t@ivaldir.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.0 (2018-05-17) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 11:29:21 -0000 On Mon, Jun 04, 2018 at 03:42:40AM -0700, Eitan Adler wrote: > On 3 June 2018 at 22:45, Baptiste Daroussin wrote: > >> Hi, > >> > > IMHO showing TIDs should > >> be a separate flag, 'h' maybe, as this commit changes current/expected > >> behavior (POLA?). > > Its a reasonable idea to split this out into a separate flag. I'll do that. > Ok, thanks. > >> Also, this is not documented in the man page. > > It is: see the commit. > Yeah, I should have been more specific, sorry. It is not documented in the OPTIONS section for -H, only in the INTERACTIVE MODE section. Florian