summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2006-02-18 16:09:38 +0000
committerandre <andre@FreeBSD.org>2006-02-18 16:09:38 +0000
commite0b3e0048c1324e627e2ca9eeca8cc28f240548b (patch)
tree189bdc5e4d5084b2a32561ddf6d8fbe0e0aa4cfe /usr.bin/netstat
parent63290a386aceb1bcda2036b63afc5d81f2645455 (diff)
downloadFreeBSD-src-e0b3e0048c1324e627e2ca9eeca8cc28f240548b.zip
FreeBSD-src-e0b3e0048c1324e627e2ca9eeca8cc28f240548b.tar.gz
Improved description for packet zone statistics.
Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 days
Diffstat (limited to 'usr.bin/netstat')
-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 cfed1f4..bd8d626 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);
OpenPOWER on IntegriCloud