aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2001-06-13 18:43:28 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2001-06-13 18:43:28 +0000
commit67d9fd5ac45abd7933b2d05eb98fc5a2e6a41443 (patch)
tree000c323943997cf27be467182787c801dbc4d7a8 /usr.bin/vmstat
parente22115bbf17912714a040b9f42732b1419ad253d (diff)
Notes
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/vmstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 5181e04908d0c..d7cd52600f87c 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -481,7 +481,7 @@ dovmstat(interval, reps)
total.t_rq - 1, total.t_dw + total.t_pw, total.t_sw);
#define vmstat_pgtok(a) ((a) * sum.v_page_size >> 10)
#define rate(x) (((x) + halfuptime) / uptime) /* round */
- (void)printf("%8ld %6ld ",
+ (void)printf(" %7ld %6ld ",
(long)vmstat_pgtok(total.t_avm), (long)vmstat_pgtok(total.t_free));
(void)printf("%4lu ",
(u_long)rate(sum.v_vm_faults - osum.v_vm_faults));