From owner-svn-src-head@freebsd.org Mon May 21 05:01:57 2018 Return-Path: Delivered-To: svn-src-head@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 D0528EE2DED; Mon, 21 May 2018 05:01:57 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 261BA6CC32; Mon, 21 May 2018 05:01:57 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w4L51rO8023413; Sun, 20 May 2018 22:01:53 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w4L51rwf023412; Sun, 20 May 2018 22:01:53 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201805210501.w4L51rwf023412@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r333948 - head/usr.bin/top In-Reply-To: <201805210020.w4L0KWKx068219@repo.freebsd.org> To: Eitan Adler Date: Sun, 20 May 2018 22:01:53 -0700 (PDT) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2018 05:01:58 -0000 [ Charset UTF-8 unsupported, converting... ] > Author: eadler > Date: Mon May 21 00:20:32 2018 > New Revision: 333948 > URL: https://svnweb.freebsd.org/changeset/base/333948 > > Log: > top(1): add getrusage to SEE also > > This documents the various columns that top might support. > > PR: 199637 > Submitted by: vermaden@interia.pl > > Modified: > head/usr.bin/top/top.1 > > Modified: head/usr.bin/top/top.1 > ============================================================================== > --- head/usr.bin/top/top.1 Sun May 20 23:39:08 2018 (r333947) > +++ head/usr.bin/top/top.1 Mon May 21 00:20:32 2018 (r333948) > @@ -454,13 +454,13 @@ things can change while > .I top > is collecting information for an update. The picture it gives is only a > close approximation to reality. > -.SH "SEE ALSO" > +.SH SEE ALSO > kill(1), > ps(1), > stty(1), > mem(4), > +getrusage(2), > renice(8) > -.\" $FreeBSD$ Was deleting this intentional? It wasnt mentioned in the commit log, and I do not see it added back anyplace else. > .SH "FreeBSD NOTES" > > .SH DESCRIPTION OF MEMORY > > -- Rod Grimes rgrimes@freebsd.org