diff options
author | yar <yar@FreeBSD.org> | 2010-08-07 11:48:31 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2010-08-07 11:48:31 +0000 |
commit | 4f9ce0e3a7a3e97b043ad29c98e59621ee0617b9 (patch) | |
tree | 23581979c44923a297d4a73b7b40232e58df2809 /usr.sbin/iostat | |
parent | afc5ef29dbc13a03472132dd6fca7f1a6f9fe7a2 (diff) | |
download | FreeBSD-src-4f9ce0e3a7a3e97b043ad29c98e59621ee0617b9.zip FreeBSD-src-4f9ce0e3a7a3e97b043ad29c98e59621ee0617b9.tar.gz |
Clean up the style and markup of the paragraph on fractional wait intervals.
MFC after: 3 days
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r-- | usr.sbin/iostat/iostat.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index 198ebd8..6a9ef02 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -239,14 +239,16 @@ seconds between each display. If no .Ar wait interval is specified, the default is 1 second. +.Pp The .Nm command will accept and honor a non-integer number of seconds. Note that the interval only has millisecond granularity. -Smaller values will be truncated. -.Pp -e.g. -w1.0001 becomes -w1.000 -.Pp +Finer values will be truncated. +E.g., +.Dq Li -w1.0001 +is the same as +.Dq Li -w1.000 . The interval will also suffer from modifications to .Va kern.hz so your mileage may vary. |