diff options
-rw-r--r-- | usr.bin/vmstat/vmstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 50f34de99df..d876dec23e8 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -740,7 +740,7 @@ dointr() inttotal += ivp->iv_cnt; } } - (void)printf("Total %8ld %8ld\n", + (void)printf("Total %10ld %8ld\n", inttotal, inttotal / uptime); } } |