diff options
| author | Mathias Eggers <mathias.eggers@proton.me> | 2026-06-23 20:09:24 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-06-25 02:57:34 +0000 |
| commit | 4d299a767acce2841ded288e789a9c36620b57d7 (patch) | |
| tree | f99276102ccd605c878f996ece92d652b41e23d4 | |
| parent | 40e05479718460820cd24c22e59519a4f13eba3d (diff) | |
iostat.8: Expand -w description
PR: 194781
MFC after: 3 days
Reviewed by: ziaee
Event: Halifax Hackathon 202606
| -rw-r--r-- | usr.sbin/iostat/iostat.8 | 7 |
1 files changed, 6 insertions, 1 deletions
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 .Nm |
