diff options
author | 1997-02-26 04:53:00 +0000 | |
---|---|---|
committer | 1997-02-26 04:53:00 +0000 | |
commit | 897b083cc90b9b03c861265eb05ae24e4eac6da4 (patch) | |
tree | 342fcfb35bc5366fb51f7d5a60d621920fb1b08b | |
parent | even more examples (diff) | |
download | wireguard-openbsd-897b083cc90b9b03c861265eb05ae24e4eac6da4.tar.xz wireguard-openbsd-897b083cc90b9b03c861265eb05ae24e4eac6da4.zip |
mention /usr/share/ipf in FILES section
-rw-r--r-- | sbin/ipf/ipf.1 | 2 | ||||
-rw-r--r-- | sbin/ipnat/ipnat.1 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sbin/ipf/ipf.1 b/sbin/ipf/ipf.1 index 912d7ef475d..55b46decc9f 100644 --- a/sbin/ipf/ipf.1 +++ b/sbin/ipf/ipf.1 @@ -97,6 +97,8 @@ display the statistics prior to them being zero'd. .B \-Z Zero global statistics held in the kernel for filtering only (this doesn't affect fragment or state statistics). +.SH FILES +/usr/share/ipf -- sample configuration files. .DT .SH SEE ALSO ipfstat(1), ipftest(1), ipf(5) diff --git a/sbin/ipnat/ipnat.1 b/sbin/ipnat/ipnat.1 index f3221a76b5a..7c68e94c02c 100644 --- a/sbin/ipnat/ipnat.1 +++ b/sbin/ipnat/ipnat.1 @@ -41,5 +41,7 @@ Remove matching NAT rules rather than add them to the internal lists .B \-v Turn verbose mode on. Displays information relating to rule processing. .DT +.SH FILES +/usr/share/ipf -- sample configuration files. .SH SEE ALSO ipfstat(1), ipftest(1), ipf(1), ipnat(4), ipnat(5) |