svn commit: r361721 - head/contrib/ipfilter/man

Cy Schubert cy at FreeBSD.org
Tue Jun 2 03:44:22 UTC 2020


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.
  
  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".
 .TP
 .B \-i
 Display the filter list used for the input side of the kernel IP processing.


More information about the svn-src-head mailing list