Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2025 20:06:37 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6a41fd466701 - main - top.1: Fix incorrect default value for -s option
Message-ID:  <202507242006.56OK6bSq093674@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=6a41fd466701db71da443e1b87b31d463d99d056

commit 6a41fd466701db71da443e1b87b31d463d99d056
Author:     Artem Bunichev <tembun@bk.ru>
AuthorDate: 2025-07-24 20:03:34 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-07-24 20:06:21 +0000

    top.1: Fix incorrect default value for -s option
    
    The default delay between screen updates was incorrectly transfered
    from roff(7) register that was used in previous version of man page.
    
    Reviewed by:            ziaee
    Fixes:                  9d6cce02a78c (initial pass to freebsdize)
    Differential Revision:  https://reviews.freebsd.org/D51503
---
 usr.bin/top/top.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1
index 53b078839526..9b1860246de9 100644
--- a/usr.bin/top/top.1
+++ b/usr.bin/top/top.1
@@ -189,7 +189,7 @@ This option makes them visible.
 Set the delay between screen updates to
 .Ar time
 seconds, which may be fractional.
-The default delay between updates is 1 second.
+The default delay between updates is 2 seconds.
 .It Fl T
 Toggle displaying thread ID (tid) instead of process id (pid).
 .It Fl t



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