Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/ipf/dist/man ipfstat(8): note -o option applica...



details:   https://anonhg.NetBSD.org/src/rev/90631e335c4d
branches:  trunk
changeset: 447062:90631e335c4d
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Sat Dec 29 23:06:42 2018 +0000

description:
ipfstat(8): note -o option applicability, and remove redundant words.

diffstat:

 external/bsd/ipf/dist/man/ipfstat.8 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r c20bac5fb0e8 -r 90631e335c4d external/bsd/ipf/dist/man/ipfstat.8
--- a/external/bsd/ipf/dist/man/ipfstat.8       Sat Dec 29 20:29:46 2018 +0000
+++ b/external/bsd/ipf/dist/man/ipfstat.8       Sat Dec 29 23:06:42 2018 +0000
@@ -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 @@
 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 @@
 .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.



Home | Main Index | Thread Index | Old Index