From 51f954fe2b0c4fc1a04b463781c0e568ba8688e3 Mon Sep 17 00:00:00 2001 From: dg Date: Thu, 23 Feb 1995 19:08:11 +0000 Subject: Changed "mapped pages in use" to "mbuf clusters in use". --- usr.bin/netstat/mbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/netstat') diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 157c4f6..0dfc943 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -109,7 +109,7 @@ mbpr(mbaddr) printf("\t%u mbufs allocated to \n", mbstat.m_mtypes[i], i); } - printf("%u/%u mapped pages in use\n", + printf("%u/%u mbuf clusters in use\n", mbstat.m_clusters - mbstat.m_clfree, mbstat.m_clusters); totmem = totmbufs * MSIZE + mbstat.m_clusters * MCLBYTES; totfree = mbstat.m_clfree * MCLBYTES; -- cgit v1.1