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

2018-05-21 Thread Brooks Davis
On Sun, May 20, 2018 at 05:59:59PM +, 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.1Sun May 20 17:58:22 2018(r333928)
> +++ head/usr.bin/top/top.1Sun 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.

When you're done clearing old PRs, it might be worth making this file
follow FreeBSD mandoc conventions (particularly line breaks after end of
sentence.)

-- Brooks

P.S. thanks for cleaning up top!


signature.asc
Description: PGP signature


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

2018-05-20 Thread Eitan Adler
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
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"