summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkstailey <kstailey@openbsd.org>1997-02-26 14:09:21 +0000
committerkstailey <kstailey@openbsd.org>1997-02-26 14:09:21 +0000
commit549300e4700dda056e2c778bff6ede5282c4b924 (patch)
treed73c46cf236234110086b3f98a9443a83fc460e5
parentInitial integration of userland tcpd. (diff)
downloadwireguard-openbsd-549300e4700dda056e2c778bff6ede5282c4b924.tar.xz
wireguard-openbsd-549300e4700dda056e2c778bff6ede5282c4b924.zip
FILES sections
-rw-r--r--sbin/ipf/ipf.12
-rw-r--r--sbin/ipf/ipf.58
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)