summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-11-25 03:48:04 +0000
committerdg <dg@FreeBSD.org>1994-11-25 03:48:04 +0000
commit885bd2dad5b99aeb3dca43beaf5bc770e19a299d (patch)
tree767abdd82763eb7f99e2aa94e7de0624ba2def69 /usr.bin/systat
parent0ab4afe05b61b75cdd52b5f31dec0bd2136b8169 (diff)
downloadFreeBSD-src-885bd2dad5b99aeb3dca43beaf5bc770e19a299d.zip
FreeBSD-src-885bd2dad5b99aeb3dca43beaf5bc770e19a299d.tar.gz
Moved "VMSTAT" column up by one row so that it displays properly on 24
row displays.
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/vmstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c
index 8d74587..ce82f02 100644
--- a/usr.bin/systat/vmstat.c
+++ b/usr.bin/systat/vmstat.c
@@ -173,7 +173,7 @@ static struct nlist namelist[] = {
#define PROCSCOL 0
#define GENSTATROW 7 /* uses 2 rows and 30 cols */
#define GENSTATCOL 20
-#define VMSTATROW 7 /* uses 17 rows and 12 cols */
+#define VMSTATROW 6 /* uses 17 rows and 12 cols */
#define VMSTATCOL 48
#define GRAPHROW 10 /* uses 3 rows and 51 cols */
#define GRAPHCOL 0
OpenPOWER on IntegriCloud