diff options
author | 1999-07-08 05:20:14 +0000 | |
---|---|---|
committer | 1999-07-08 05:20:14 +0000 | |
commit | 02b5574f8d504efa471c2da1e0fd31fd308026aa (patch) | |
tree | b4fd5fbab3e050c907e63ee231a2f60c2da3ac64 | |
parent | Non UVM vaddr_t/paddr_t fixup (diff) | |
download | wireguard-openbsd-02b5574f8d504efa471c2da1e0fd31fd308026aa.tar.xz wireguard-openbsd-02b5574f8d504efa471c2da1e0fd31fd308026aa.zip |
Fix references to -i, -o and -h.
-rw-r--r-- | sbin/ipfstat/ipfstat.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/ipfstat/ipfstat.8 b/sbin/ipfstat/ipfstat.8 index 7a96fb436b9..5924b29bae7 100644 --- a/sbin/ipfstat/ipfstat.8 +++ b/sbin/ipfstat/ipfstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipfstat.8,v 1.16 1999/07/08 00:05:21 deraadt Exp $ +.\" $OpenBSD: ipfstat.8,v 1.17 1999/07/08 05:20:14 kjell Exp $ .Dd June 13, 1999 .Dt IPFSTAT 8 .Os @@ -49,7 +49,9 @@ Show per-rule the number of times each one scores a .Dq hit . For use in combination with -.Fl i . +.Fl i +or +.Fl o . .It Fl i Display the filter list used for the input side of the kernel IP processing. .It Fl I @@ -58,7 +60,7 @@ Swap between retrieving and .Dq active filter list details. For use in combination with -.Fl i . +.Fl h . .It Fl n Show the rule number for each rule as it is printed. .It Fl M Ar core |