summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhartmei <dhartmei@openbsd.org>2002-03-17 18:22:45 +0000
committerdhartmei <dhartmei@openbsd.org>2002-03-17 18:22:45 +0000
commit59bb3b876618aa67a37c2bd7b0df35afe43e8367 (patch)
tree8959f6705f3c459a06ea3c613c32043af92fd55f
parentSince LK_RECURSEFAIL and LK_CANRECURSE contradict each other (diff)
downloadwireguard-openbsd-59bb3b876618aa67a37c2bd7b0df35afe43e8367.tar.xz
wireguard-openbsd-59bb3b876618aa67a37c2bd7b0df35afe43e8367.zip
Add references to FILES and SEE ALSO sections. From David Krause.
-rw-r--r--share/man/man5/pf.conf.57
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 2f28973b5ab..b63daaa5dc4 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.conf.5,v 1.34 2002/03/07 13:17:40 dhartmei Exp $
+.\" $OpenBSD: pf.conf.5,v 1.35 2002/03/17 18:22:45 dhartmei Exp $
.\"
.\" Copyright (c) 2001, Daniel Hartmeier
.\" All rights reserved.
@@ -538,13 +538,18 @@ pass in on $ext_if proto tcp from any to 157.161.48.183 port >= 41952 \\
.Ed
.Sh FILES
.Bl -tag -width "/etc/pf.conf" -compact
+.It Pa /etc/hosts
.It Pa /etc/pf.conf
+.It Pa /etc/protocols
.It Pa /etc/services
.El
.Sh SEE ALSO
.Xr pf 4 ,
+.Xr hosts 5 ,
.Xr nat.conf 5 ,
+.Xr protocols 5 ,
.Xr services 5 ,
+.Xr ftp-proxy 8 ,
.Xr pfctl 8 ,
.Xr pflogd 8
.Sh HISTORY