diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-03-17 18:22:46 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-03-17 18:22:46 +0000 |
commit | d863494f2eef286fa4fd05c4d84915aad925de96 (patch) | |
tree | dfdb3b0307181359ed2c7781c37b7df5043393b0 /share | |
parent | 545357e536fc5e09d90367e871363c59cd03c6c0 (diff) |
Add references to FILES and SEE ALSO sections. From David Krause.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 7 |
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 |