svn commit: r261875 - head/usr.bin/netstat
Adrian Chadd
adrian at FreeBSD.org
Fri Feb 14 07:43:40 UTC 2014
Author: adrian
Date: Fri Feb 14 07:43:39 2014
New Revision: 261875
URL: http://svnweb.freebsd.org/changeset/base/261875
Log:
Reword.
Suggestion: glebius
Modified:
head/usr.bin/netstat/flowtable.c
Modified: head/usr.bin/netstat/flowtable.c
==============================================================================
--- head/usr.bin/netstat/flowtable.c Fri Feb 14 07:36:04 2014 (r261874)
+++ head/usr.bin/netstat/flowtable.c Fri Feb 14 07:43:39 2014 (r261875)
@@ -55,7 +55,7 @@ print_stats(struct flowtable_stat *stat)
p(ft_collisions, "\t%ju collision%s\n");
p(ft_free_checks, "\t%ju free check%s\n");
p(ft_frees, "\t%ju free%s\n");
- p(ft_fail_lle_invalid, "\t%ju lookups w/ no resolved ARP%s\n");
+ p(ft_fail_lle_invalid, "\t%ju lookups w/ no resolved Layer 2 address%s\n");
#undef p2
#undef p
More information about the svn-src-all
mailing list