Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  3 Aug 1999 17:14:12 -0500 (CDT)
From:      fullermd@over-yonder.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/12946: top(1) gives incorrect delay default
Message-ID:  <19990803221412.AB17C1F0A@mortis.futuresouth.com>

next in thread | raw e-mail | index | archive | help

>Number:         12946
>Category:       bin
>Synopsis:       top(1) gives incorrect delay default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug  3 15:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Absolutely none
>Environment:

	Generic

>Description:

	top(1) says under the -s option:

       -stime Set the delay between screen updates to  time  sec-
              onds.   The default delay between updates is 5 sec-
              onds.

	However, empirical evidence (read: running top) shows that the
	default delay is 2 seconds.

>How-To-Repeat:

	man top

>Fix:
	

Index: top.X
===================================================================
RCS file: /usr/cvs/src/contrib/top/top.X,v
retrieving revision 1.6
diff -u -r1.6 top.X
--- top.X	1998/08/12 10:38:37	1.6
+++ top.X	1999/08/03 22:09:30
@@ -29,7 +29,7 @@
 .if t .ds rq ''
 .\" Just in case these number registers aren't set yet...
 .if \nN==0 .nr N 10
-.if \nD==0 .nr D 5
+.if \nD==0 .nr D 2
 .I Top
 displays the top
 .if !\nN==-1 \nN


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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