summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2006-03-18 01:06:13 +0000
committerjmg <jmg@FreeBSD.org>2006-03-18 01:06:13 +0000
commit84fa4a809dace3ccc694724a112a5ece6aa99867 (patch)
tree9422d2ce218a0fc1a5473d0d6244f828d8147edb /usr.bin/systat
parent6441a8bff99232a14c02130dfb03dc419868f5df (diff)
downloadFreeBSD-src-84fa4a809dace3ccc694724a112a5ece6aa99867.zip
FreeBSD-src-84fa4a809dace3ccc694724a112a5ece6aa99867.tar.gz
fix spelling of ozfod... I've been wondering why we'd need to fill a page
w/ non-zero data, and it turns out we don't... This is really optimized zero filled on demand, or pages that were already zero'd for us... MFC after: 3 days
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 760f931..4e47618 100644
--- a/usr.bin/systat/vmstat.c
+++ b/usr.bin/systat/vmstat.c
@@ -360,7 +360,7 @@ labelkre()
* room for extended VM stats
*/
mvprintw(VMSTATROW + 11, VMSTATCOL - 6, "zfod");
- mvprintw(VMSTATROW + 12, VMSTATCOL - 6, "ofod");
+ mvprintw(VMSTATROW + 12, VMSTATCOL - 6, "ozfod");
mvprintw(VMSTATROW + 13, VMSTATCOL - 6, "%%slo-z");
mvprintw(VMSTATROW + 14, VMSTATCOL - 6, "tfree");
extended_vm_stats = 1;
OpenPOWER on IntegriCloud