svn commit: r333929 - head/usr.bin/top

Eitan Adler eadler at FreeBSD.org
Sun May 20 18:00:00 UTC 2018


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


More information about the svn-src-all mailing list