diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-02-26 14:09:23 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-02-26 14:09:23 +0000 |
commit | aa2d061af8f33e9c6f765115ebec204f99eb10a1 (patch) | |
tree | 0a3746baba211c6d9d2eaf20c58214ee3160082a /sbin/ipf | |
parent | 6dc77368c66d81e37ab0b802e177c259debe3e18 (diff) |
FILES sections
Diffstat (limited to 'sbin/ipf')
-rw-r--r-- | sbin/ipf/ipf.1 | 2 | ||||
-rw-r--r-- | sbin/ipf/ipf.5 | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sbin/ipf/ipf.1 b/sbin/ipf/ipf.1 index 0e337b7ba37..537532c525f 100644 --- a/sbin/ipf/ipf.1 +++ b/sbin/ipf/ipf.1 @@ -101,7 +101,7 @@ affect fragment or state statistics). .SH FILES \fI/usr/share/ipf\fP -- sample configuration files. .SH SEE ALSO -ipfstat(1), ipftest(1), ipf(5) +ipfstat(1), ipftest(1), ipf(4), ipf(5) .SH DIAGNOSTICS .PP Needs to be run as root for the packet filtering lists to actually diff --git a/sbin/ipf/ipf.5 b/sbin/ipf/ipf.5 index 417a0eaa351..92a17aac98d 100644 --- a/sbin/ipf/ipf.5 +++ b/sbin/ipf/ipf.5 @@ -426,8 +426,10 @@ rule such as: .PP would be needed before the first block. .SH FILES -/etc/services +\fI/etc/services\fP -- port names .br -/etc/hosts +\fI/etc/hosts\fP -- host names +.br +\fI/usr/share/ipf\fP -- sample configuration files .SH SEE ALSO -ipf(1), ipftest(1) +ipf(1), ipftest(1), ipf(4), hosts(5), services(5) |