From owner-svn-src-head@freebsd.org Sun May 20 18:33:18 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 BB313EEB554 for ; Sun, 20 May 2018 18:33:18 +0000 (UTC) (envelope-from yuripv@yuripv.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 03C596A55A; Sun, 20 May 2018 18:33:18 +0000 (UTC) (envelope-from yuripv@yuripv.net) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 6B4B221BEE; Sun, 20 May 2018 14:33:17 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Sun, 20 May 2018 14:33:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yuripv.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=eidY1Hzgk0FAMe+xrX45vVKl82uPH SdyAeWQkkwX60s=; b=Gaqc3EvWGQqTPenNoD5GqHXCfKu0iY+9HaJ0VbVBcfzB+ eIAlqp+I3oQc/YIi19nq5mMKf4Owgdyvgod7gUEIiU75/6KU3kgy7UUC2cuZr3VY kfdlK4cuHeukuiN7j+bhC19WQnRYq+Y5Ue4FVjBanxHDeqX/ei9mjN9dJSKVo9XY ZXIzvpLq78C/PPcWpy7DZH40fOL1+uzoiJJOH/5DVSxkIZdy119LkJDu2EdJwqBn zPFtt7oNseYXo58NdOxPt5sQNvNlpk/ISRjcXrc7KERrpqeanTe0uWujobLX5VaE Mf0B6tx/Rh09lM9k+8xUmWcrMffbTYJm94gJkuT/w== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=eidY1H zgk0FAMe+xrX45vVKl82uPHSdyAeWQkkwX60s=; b=AB0yvOSXZi+igG8lx/Mc0X +1xLR9cUPyz8jzkJet0F8mOkCQll4lOb524/r519UZLuae+LXKHeuZRpVM4qtbn3 RLP43Bohx3hOrmVgepirSB6XhyCqbdR+dpE19RxV6lPyEn518Clw4zwbKNV74cAk CdHCFiGIKxkq7O13AvqR+vcbDNPeQ8XW3a2EsNVIOpfPyqEdZZr/N7XSYDAoP4OD Fmnqjn+vadVbM5gsi9VIVoh3m+mdzO93bNyM6/LYsrOA9Rd+xWxWsu0HM2FJmg8F m4NkQwqVYRsmKfTV7yWEEBYnK3vNDEb1XdVwX4ZMchH4LEwHGWEjE9b9+TnJ3J7Q == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from [192.168.1.2] (unknown [178.34.62.147]) by mail.messagingengine.com (Postfix) with ESMTPA id 1BF1BE498E; Sun, 20 May 2018 14:33:15 -0400 (EDT) Subject: Re: svn commit: r333929 - head/usr.bin/top To: Eitan Adler , svn-src-head@freebsd.org References: <201805201759.w4KHxxWS074470@repo.freebsd.org> From: Yuri Pankov Message-ID: <89acdfde-441e-fe6c-8c3e-672c497fa7c5@yuripv.net> Date: Sun, 20 May 2018 21:33:16 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <201805201759.w4KHxxWS074470@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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:33:19 -0000 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).