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);