Module Name: src
Committed By: gutteridge
Date: Sat Dec 29 23:06:42 UTC 2018
Modified Files:
src/external/bsd/ipf/dist/man: ipfstat.8
Log Message:
ipfstat(8): note -o option applicability, and remove redundant words.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ipf/dist/man/ipfstat.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/ipf/dist/man/ipfstat.8
diff -u src/external/bsd/ipf/dist/man/ipfstat.8:1.3 src/external/bsd/ipf/dist/man/ipfstat.8:1.4
--- src/external/bsd/ipf/dist/man/ipfstat.8:1.3 Sun Jul 22 14:27:51 2012
+++ src/external/bsd/ipf/dist/man/ipfstat.8 Sat Dec 29 23:06:42 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: ipfstat.8,v 1.3 2012/07/22 14:27:51 darrenr Exp $
+.\" $NetBSD: ipfstat.8,v 1.4 2018/12/29 23:06:42 gutteridge Exp $
.\"
.TH IPFSTAT 8
.SH NAME
@@ -32,8 +32,8 @@ To run and work, it needs to be able to
kernel itself. The kernel name defaults to \fB/netbsd\fP.
.PP
The default behaviour of \fBipfstat\fP
-is to retrieve and display the accumulated statistics which have been
-accumulated over time as the kernel has put packets through the filter.
+is to retrieve and display the statistics which have been
+accumulated as the kernel has put packets through the filter.
.SH OPTIONS
.TP
.B \-6
@@ -71,14 +71,14 @@ Show groups currently configured (both a
.TP
.B \-h
Show per-rule the number of times each one scores a "hit". For use in
-combination with \fB\-i\fP.
+combination with \fB\-i\fP or \fB\-o\fP.
.TP
.B \-i
Display the filter list used for the input side of the kernel IP processing.
.TP
.B \-I
Swap between retrieving "inactive"/"active" filter list details. For use
-in combination with \fB\-i\fP.
+in combination with \fB\-i\fP or \fB\-o\fP.
.TP
.B \-n
Show the "rule number" for each rule as it is printed.