Date: Thu, 25 Jun 2026 02:59:42 +0000 From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Mathias Eggers <mathias.eggers@proton.me> Subject: git: 4d299a767acc - main - iostat.8: Expand -w description Message-ID: <6a3c999e.18837.75651839@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=4d299a767acce2841ded288e789a9c36620b57d7 commit 4d299a767acce2841ded288e789a9c36620b57d7 Author: Mathias Eggers <mathias.eggers@proton.me> AuthorDate: 2026-06-23 20:09:24 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2026-06-25 02:57:34 +0000 iostat.8: Expand -w description PR: 194781 MFC after: 3 days Reviewed by: ziaee Event: Halifax Hackathon 202606 --- usr.sbin/iostat/iostat.8 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index 11f0ef6fbeb6..09ca269f3b94 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -246,9 +246,14 @@ specified by the user. Pause .Ar wait seconds between each display. +If a repeat count +.Pq Fl c +is not specified and a wait interval is specified, +the default repeat count is infinity. If .Fl w -is not specified, the default interval is 1 second. +is not specified and a repeat count is specified, +the default interval is 1 second. .Pp The .Nmhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3c999e.18837.75651839>
