summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/mroute.c
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2006-09-29 15:45:11 +0000
committerbms <bms@FreeBSD.org>2006-09-29 15:45:11 +0000
commit686e54733adf927452a3711bf8deba1ccbcc98a0 (patch)
tree16fb64d3254cf44d5d6ac2f25428643e743a9fc9 /usr.bin/netstat/mroute.c
parent5a2e50351682dbca57f6f64fcd9a323f9b99c8b5 (diff)
downloadFreeBSD-src-686e54733adf927452a3711bf8deba1ccbcc98a0.zip
FreeBSD-src-686e54733adf927452a3711bf8deba1ccbcc98a0.tar.gz
Push removal of mrouted down to the rest of the tree.
Diffstat (limited to 'usr.bin/netstat/mroute.c')
-rw-r--r--usr.bin/netstat/mroute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c
index 6a60582..9b3dd2b 100644
--- a/usr.bin/netstat/mroute.c
+++ b/usr.bin/netstat/mroute.c
@@ -290,7 +290,7 @@ mrt_stats(u_long mstaddr)
p(mrts_mfc_lookups, "\t%lu multicast forwarding cache lookup%s\n");
p2(mrts_mfc_misses, "\t%lu multicast forwarding cache miss%s\n");
- p(mrts_upcalls, "\t%lu upcall%s to mrouted\n");
+ p(mrts_upcalls, "\t%lu upcall%s to routing daemon\n");
p(mrts_upq_ovflw, "\t%lu upcall queue overflow%s\n");
p(mrts_upq_sockfull,
"\t%lu upcall%s dropped due to full socket buffer\n");
OpenPOWER on IntegriCloud