From owner-svn-src-head@freebsd.org Sun May 20 18:34:55 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 24BB6EEB620 for ; Sun, 20 May 2018 18:34:55 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: from smtp.freebsd.org (unknown [IPv6:2610:1c1:1:606c::24b:4]) (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 CCA826A5D3 for ; Sun, 20 May 2018 18:34:54 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: from mail-yb0-f175.google.com (mail-yb0-f175.google.com [209.85.213.175]) (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 91E88EEB8 for ; Sun, 20 May 2018 18:34:54 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: by mail-yb0-f175.google.com with SMTP id s8-v6so3130902ybp.11 for ; Sun, 20 May 2018 11:34:54 -0700 (PDT) X-Gm-Message-State: ALKqPwf/QdROSyxpXWKZo4J8VCPYwN+TEWuoIqEvQNskh8KJS9/BzaZP K41gO4nnUZkvKMZJG/t765JUiBBW4rGMFXUXdLUlTg== X-Google-Smtp-Source: AB8JxZq7x/2hR9YjD9ayrVi2BGgVWpz9sH+ALPTXeO6fn2voruMxuTmZh6XkM5c75F/PGJhiegqDaEv8GzA3UNunI88= X-Received: by 2002:a25:8751:: with SMTP id e17-v6mr2933378ybn.194.1526841294003; Sun, 20 May 2018 11:34:54 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:c709:0:0:0:0:0 with HTTP; Sun, 20 May 2018 11:34:23 -0700 (PDT) In-Reply-To: <89acdfde-441e-fe6c-8c3e-672c497fa7c5@yuripv.net> References: <201805201759.w4KHxxWS074470@repo.freebsd.org> <89acdfde-441e-fe6c-8c3e-672c497fa7c5@yuripv.net> From: Eitan Adler Date: Sun, 20 May 2018 11:34:23 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r333929 - head/usr.bin/top To: Yuri Pankov Cc: svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" 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: Sun, 20 May 2018 18:34:55 -0000 On 20 May 2018 at 11:33, Yuri Pankov wrote: > Eitan Adler wrote: >> >> Author: eadler >> Date: Sun May 20 17:59:59 2018 >> New Revision: 333929 >> URL: https://svnweb.freebsd.org/changeset/base/333929 >> >> Log: >> top(1): Make lack of "percent" information explicit >> When count is 1, no delta information can be produced. Make this >> explicit. >> PR: 195717 >> Submitted by: fernape >> >> Modified: >> head/usr.bin/top/top.1 >> >> Modified: head/usr.bin/top/top.1 >> >> ============================================================================== >> --- head/usr.bin/top/top.1 Sun May 20 17:58:22 2018 (r333928) >> +++ head/usr.bin/top/top.1 Sun May 20 17:59:59 2018 (r333929) >> @@ -162,7 +162,10 @@ screen. This option allows the user to select the >> num >> wants to see before >> .I top >> automatically exits. For intelligent terminals, no upper limit >> -is set. The default is 1 for dumb terminals. >> +is set. The default is 1 for dumb terminals. Please, note that for > > > Really minor nit: rest of the man page seems to use double space between > sentences (or just start the sentence from new line to have the proper > auto-spacing). I'm probably going to do a larger-scale formatting pass over the man page. I'll also look it over for anything that is no longer true. Thanks for the comment though! -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams