Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2018 17:59:59 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333929 - head/usr.bin/top
Message-ID:  <201805201759.w4KHxxWS074470@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+.I count
+= 1
+no information is available about the percentage of time spent by the CPU in every state.
 .TP
 .BI \-s time
 Set the delay between screen updates to



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805201759.w4KHxxWS074470>