Page MenuHomeFreeBSD

D23538.id67864.diff
No OneTemporary

D23538.id67864.diff

Index: usr.sbin/iostat/iostat.c
===================================================================
--- usr.sbin/iostat/iostat.c
+++ 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

Mime Type
text/plain
Expires
Tue, Jan 28, 12:34 AM (9 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16227673
Default Alt Text
D23538.id67864.diff (398 B)

Event Timeline