summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-02-23 19:08:11 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-02-23 19:08:11 +0000
commitc585f97c6509312e9b00b358579dc1483194ef05 (patch)
tree5a10d9c8b3f39a7bf6382668497beeb22f6e96ab
parent7f3b05aa168257884cbf5a4ceb59c16ccf94160a (diff)
Notes
-rw-r--r--usr.bin/netstat/mbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c
index 157c4f6ae6a5..0dfc9436bb3f 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 <mbuf type %d>\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;