From owner-svn-src-all@freebsd.org Mon May 21 05:04:43 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 56335EE2F4A for ; Mon, 21 May 2018 05:04:43 +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 091936CF87 for ; Mon, 21 May 2018 05:04:43 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: from mail-yb0-f180.google.com (mail-yb0-f180.google.com [209.85.213.180]) (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 C7D3012E3C for ; Mon, 21 May 2018 05:04:42 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: by mail-yb0-f180.google.com with SMTP id v12-v6so4664229ybl.10 for ; Sun, 20 May 2018 22:04:42 -0700 (PDT) X-Gm-Message-State: ALKqPwdfYeXr1TwfgKW2UukqPJNFbdaS86OxsbEhFo34wUewiAWwOJMP 73tI83TKGYjwJxK/AcdvRFpsnmY9B0IHWKQwhcMf6w== X-Google-Smtp-Source: AB8JxZq7Jb95M7g8G/g4r6mItJ32EOkuBdavsfq2XDbVSo1dHv1Yv6ojmtM7fNC4GJS15W6xeWa/T8vbsSUz4bUDUyo= X-Received: by 2002:a25:2605:: with SMTP id m5-v6mr6283300ybm.89.1526879082175; Sun, 20 May 2018 22:04:42 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:c709:0:0:0:0:0 with HTTP; Sun, 20 May 2018 22:04:11 -0700 (PDT) In-Reply-To: <201805210501.w4L51rwf023412@pdx.rh.CN85.dnsmgr.net> References: <201805210020.w4L0KWKx068219@repo.freebsd.org> <201805210501.w4L51rwf023412@pdx.rh.CN85.dnsmgr.net> From: Eitan Adler Date: Sun, 20 May 2018 22:04:11 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r333948 - head/usr.bin/top To: "Rodney W. Grimes" Cc: 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: Mon, 21 May 2018 05:04:43 -0000 On 20 May 2018 at 22:01, Rodney W. Grimes wrote: > [ 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. Yeah. Its a duplicate of a line above. It was originally included because it was concatenating generated code. I need to rewrite the top(1) man page, but each time I started ended up finding something else to change. I'll get to it "soon" -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams