From owner-svn-src-head@freebsd.org Tue Jun 2 14:19:33 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 804612F0812; Tue, 2 Jun 2020 14:19:33 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49bvLX69Nrz3y11; Tue, 2 Jun 2020 14:19:32 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 052EJOYD017292; Tue, 2 Jun 2020 07:19:24 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 052EJOpl017291; Tue, 2 Jun 2020 07:19:24 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <202006021419.052EJOpl017291@gndrsh.dnsmgr.net> Subject: Re: svn commit: r361721 - head/contrib/ipfilter/man In-Reply-To: <202006020344.0523iMeu020400@repo.freebsd.org> To: Cy Schubert Date: Tue, 2 Jun 2020 07:19:24 -0700 (PDT) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 49bvLX69Nrz3y11 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 02 Jun 2020 14:19:33 -0000 > Author: cy > Date: Tue Jun 2 03:44:22 2020 > New Revision: 361721 > URL: https://svnweb.freebsd.org/changeset/base/361721 > > Log: > Per-rule hit counts (-h) can be used with either -i (input) or -o (output) > filter rule lists. This change does not make that explicitly apparent, as it simply removes that -h -i is valid, but that means -h [-i|-o] is implicit. > > MFC after: 3 days > > Modified: > head/contrib/ipfilter/man/ipfstat.8 > > Modified: head/contrib/ipfilter/man/ipfstat.8 > ============================================================================== > --- head/contrib/ipfilter/man/ipfstat.8 Tue Jun 2 02:38:54 2020 (r361720) > +++ head/contrib/ipfilter/man/ipfstat.8 Tue Jun 2 03:44:22 2020 (r361721) > @@ -69,8 +69,7 @@ the kernel) if any is present. > Show groups currently configured (both active and inactive). > .TP > .B \-h > -Show per-rule the number of times each one scores a "hit". For use in > -combination with \fB\-i\fP. > +Show per-rule the number of times each one scores a "hit". + For use in combination with \fB-i\fP or \fB-o\P. Also which does -h list by default if neither -i or -o is given? Is that even valid? > .TP > .B \-i > Display the filter list used for the input side of the kernel IP processing. > -- Rod Grimes rgrimes@freebsd.org