The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=fe2e293a4c4fdf14d7b815ee28529efaeb29f70e
commit fe2e293a4c4fdf14d7b815ee28529efaeb29f70e Author: Artem Bunichev <[email protected]> AuthorDate: 2025-07-24 20:03:34 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-06 00:39:37 +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 (cherry picked from commit 6a41fd466701db71da443e1b87b31d463d99d056) --- 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 d8ef763e7a34..784a2289e61a 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
