diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2006-02-18 16:09:38 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2006-02-18 16:09:38 +0000 |
| commit | 4b969aa55a846f15c6feeb14a346d27b8d380e7c (patch) | |
| tree | 189bdc5e4d5084b2a32561ddf6d8fbe0e0aa4cfe /usr.bin/netstat | |
| parent | 1434cbd62a7b1b8b88ba55172ea68ae5b3383f77 (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat')
| -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 cfed1f4f0dc7..bd8d626a7580 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -203,7 +203,7 @@ mbpr(void *kvmd, u_long mbaddr) cluster_count - packet_free, cluster_free + packet_free, cluster_count + cluster_free, cluster_limit); - printf("%llu/%llu mbuf+clusters of packet zone in use " + printf("%llu/%llu mbuf+clusters out of packet secondary zone in use " "(current/cache)\n", packet_count, packet_free); |
