From owner-svn-src-head@FreeBSD.ORG Fri Feb 14 07:43:40 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 865C757A; Fri, 14 Feb 2014 07:43:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 720DB191A; Fri, 14 Feb 2014 07:43:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1E7heYn010233; Fri, 14 Feb 2014 07:43:40 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1E7he4O010232; Fri, 14 Feb 2014 07:43:40 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201402140743.s1E7he4O010232@svn.freebsd.org> From: Adrian Chadd Date: Fri, 14 Feb 2014 07:43:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r261875 - head/usr.bin/netstat X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 07:43:40 -0000 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