summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
commit7799f52a32f592a7efe259bc3411ba52d13db797 (patch)
tree350f6f98843363254f9afe467ae0c92d5a9d7f43 /usr.bin/vmstat
parent5ebc7e6281887681c3a348a5a4c902e262ccd656 (diff)
Notes
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/names.c2
-rw-r--r--usr.bin/vmstat/vmstat.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vmstat/names.c b/usr.bin/vmstat/names.c
index 06138594676d..90c95f93167d 100644
--- a/usr.bin/vmstat/names.c
+++ b/usr.bin/vmstat/names.c
@@ -58,7 +58,7 @@ read_names()
warnx("disk name info not in namelist");
return(0);
}
-
+
kvm_read(kd, dk_names, thenames, sizeof thenames);
for(i = 0; thenames[i][0]; i++) {
dr_name[i] = thenames[i];
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index c6b8f715a1cf..8776fc2dfd2a 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -720,7 +720,7 @@ domem()
(void)printf("%4d",size);
else
(void)printf("%3dK",size>>10);
- (void)printf(" %8ld %6ld %10ld %7ld %10ld\n",
+ (void)printf(" %8ld %6ld %10ld %7ld %10ld\n",
kp->kb_total - kp->kb_totalfree,
kp->kb_totalfree, kp->kb_calls,
kp->kb_highwat, kp->kb_couldfree);