summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-12-24 17:00:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-12-24 17:00:49 +0000
commit39fd0825770c3e6280bbd0fb93c3d408d45780d9 (patch)
tree57b216193397115ae7c5ea59dd144f1959be8cec /share
parentc407c975b2694a6fa5e54ab13b7dfacafdd0a060 (diff)
correct the text for received-on; ok dlg
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/pf.conf.511
1 files changed, 4 insertions, 7 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 968ba9325b5..0cfdade19a4 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.467 2009/12/24 09:35:33 jmc Exp $
+.\" $OpenBSD: pf.conf.5,v 1.468 2009/12/24 17:00:48 deraadt Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -620,12 +620,9 @@ pass in proto tcp to port 22 queue(ssh_bulk, ssh_prio)
.Ed
.Pp
.It Ar received-on Aq Ar interface
-When packets are received by the system, the interface they enter
-the system through is stored in the packet.
-The
-.Ar received-on
-option allows packet filtering based on the interface or
-interface group they were received on.
+Only match packets which were received on the specified
+.Ar interface
+(or interface group).
.Pp
.It Ar rtable Aq Ar number
Used to select an alternate routing table for the routing lookup.