diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-02-23 19:08:11 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-02-23 19:08:11 +0000 |
| commit | c585f97c6509312e9b00b358579dc1483194ef05 (patch) | |
| tree | 5a10d9c8b3f39a7bf6382668497beeb22f6e96ab | |
| parent | 7f3b05aa168257884cbf5a4ceb59c16ccf94160a (diff) | |
Notes
| -rw-r--r-- | usr.bin/netstat/mbuf.c | 2 |
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; |
