From owner-svn-src-all@freebsd.org Fri Jun 1 05:54:07 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 9BA23EF3E01 for ; Fri, 1 Jun 2018 05:54:07 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 420887D764 for ; Fri, 1 Jun 2018 05:54:07 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: from mail-yw0-f169.google.com (mail-yw0-f169.google.com [209.85.161.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) (Authenticated sender: eadler) by smtp.freebsd.org (Postfix) with ESMTPSA id 0C5D4164CC for ; Fri, 1 Jun 2018 05:54:07 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: by mail-yw0-f169.google.com with SMTP id s201-v6so6586175ywg.8 for ; Thu, 31 May 2018 22:54:07 -0700 (PDT) X-Gm-Message-State: ALKqPwf5kGMwKGYWbSj4mDcimZBzYVsMYjtvPcfqlj8wCwGxREAZ/nN2 V1GUDhddN4s7LF+rt/kaA4+O+Kxuc05rv33w88ydMQ== X-Google-Smtp-Source: ADUXVKJu0uB7xsXfEjoLiKWL9MXttrgyLv3Qj25HdxR1cU3nmpw9C7LXbhp4CInuRgSfsTYBaKwK4HLcvux+bW8PD0w= X-Received: by 2002:a81:af1d:: with SMTP id n29-v6mr5188070ywh.113.1527832446486; Thu, 31 May 2018 22:54:06 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:ef50:0:0:0:0:0 with HTTP; Thu, 31 May 2018 22:53:35 -0700 (PDT) In-Reply-To: <201806010551.w515pfoB090926@repo.freebsd.org> References: <201806010551.w515pfoB090926@repo.freebsd.org> From: Eitan Adler Date: Thu, 31 May 2018 22:53:35 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r334474 - head/usr.bin/top To: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" 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: Fri, 01 Jun 2018 05:54:07 -0000 On 31 May 2018 at 22:51, Eitan Adler wrote: > Author: eadler > Date: Fri Jun 1 05:51:40 2018 > New Revision: 334474 > URL: https://svnweb.freebsd.org/changeset/base/334474 > > Log: > top(1): Display of TID when using 'H' flag > > Some users prefer seeing the TID when viewing individual threads. This > makes sense as the PID will be the same for multiple entries. An attempt > was made to include both, but there is insufficient room. As such, using > the TID. > > While here, rename the header variables to be more understandable. > > Discussed with: mmacy > Reported on: 2009-10-07 PR: 139389 -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams