summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2019-05-26 01:16:10 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2019-05-26 01:16:10 +0000
commitf53d69176b67c87512d0eb8b4faf13a2a778fbe1 (patch)
treec7d6ef430fa03c9f7cf6a31465dfe6256895afee /share/man/man5
parentcf23ff6424280ac1dcee9dfd21ee37838cc20a87 (diff)
use proper crossreferences
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/pf.conf.57
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 40e08466b99..9d574419546 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.579 2019/05/08 21:09:57 sashan Exp $
+.\" $OpenBSD: pf.conf.5,v 1.580 2019/05/26 01:16:08 naddy Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org>
@@ -28,7 +28,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 8 2019 $
+.Dd $Mdocdate: May 26 2019 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -2614,7 +2614,8 @@ pass out on $ext_if proto tcp from any to any port 80
.Ed
.Pp
In this example,
-we tag incoming packets as they are redirected to spamd(8).
+we tag incoming packets as they are redirected to
+.Xr spamd 8 .
The tag is used to pass those packets through the packet filter.
.Bd -literal -offset 4n
match in on $ext_if inet proto tcp from <spammers> to port smtp \e