git: 6a41fd466701 - main - top.1: Fix incorrect default value for -s option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Jul 2025 20:06:37 UTC
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