summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2012-06-29 12:56:20 +0000
committerjmc <jmc@openbsd.org>2012-06-29 12:56:20 +0000
commit99be752a9721309edf1b82a9885b418c9bd77556 (patch)
treed2d53499592aa2240138a14415cb1ab503cd8dd2
parentsigpending() returns a sigset just like sigprocmask(), so decode it the same (diff)
downloadwireguard-openbsd-99be752a9721309edf1b82a9885b418c9bd77556.tar.xz
wireguard-openbsd-99be752a9721309edf1b82a9885b418c9bd77556.zip
tcp/udp mandatory for "user"; from ti zed
ok henning
-rw-r--r--share/man/man5/pf.conf.57
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index ac136e97b46..6488dc58534 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.514 2012/04/24 14:56:08 jmc Exp $
+.\" $OpenBSD: pf.conf.5,v 1.515 2012/06/29 12:56:20 jmc Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 24 2012 $
+.Dd $Mdocdate: June 29 2012 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -743,8 +743,7 @@ the user and group are
.Pp
All packets, both outgoing and incoming, of one connection are associated
with the same user and group.
-Only TCP and UDP packets can be associated with users; for other protocols
-these parameters are ignored.
+Only TCP and UDP packets can be associated with users.
.Pp
User and group refer to the effective (as opposed to the real) IDs, in
case the socket is created by a setuid/setgid process.