Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F172999313
D23538.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
413 B
Referenced Files
None
Subscribers
None
D23538.diff
View Options
Index: head/usr.sbin/iostat/iostat.c
===================================================================
--- head/usr.sbin/iostat/iostat.c
+++ head/usr.sbin/iostat/iostat.c
@@ -929,7 +929,7 @@
}
free(devicename);
} else if (oflag > 0) {
- int msdig = (ms_per_transaction < 100.0) ? 1 : 0;
+ int msdig = (ms_per_transaction < 99.94) ? 1 : 0;
if (Iflag == 0)
printf("%4.0Lf%4.0Lf%5.*Lf ",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 23, 6:34 PM (3 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39485399
Default Alt Text
D23538.diff (413 B)
Attached To
Mode
D23538: iostat.c: fix formatting
Attached
Detach File
Event Timeline
Log In to Comment