aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAndre Oppermann <andre@FreeBSD.org>2006-02-18 16:09:38 +0000
committerAndre Oppermann <andre@FreeBSD.org>2006-02-18 16:09:38 +0000
commit4b969aa55a846f15c6feeb14a346d27b8d380e7c (patch)
tree189bdc5e4d5084b2a32561ddf6d8fbe0e0aa4cfe /usr.bin
parent1434cbd62a7b1b8b88ba55172ea68ae5b3383f77 (diff)
downloadsrc-4b969aa55a846f15c6feeb14a346d27b8d380e7c.tar.gz
src-4b969aa55a846f15c6feeb14a346d27b8d380e7c.zip
Improved description for packet zone statistics.
Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 days
Notes
Notes: svn path=/head/; revision=155812
Diffstat (limited to 'usr.bin')
-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 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);