summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-11-25 03:48:04 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-11-25 03:48:04 +0000
commit293df9d65a3c6bb59198300a549052388c2f672f (patch)
tree767abdd82763eb7f99e2aa94e7de0624ba2def69
parent879732b84cdc348fff0980ea0156ae277daa8c61 (diff)
Notes
-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 8d745875c2d5..ce82f02352ed 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