Skip to content

Commit 8027a57

Browse files
committed
doc
1 parent 10b8936 commit 8027a57

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

usr.sbin/npf/npfctl/npf.conf.5

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -312,16 +312,11 @@ syntax, for example:
312312
Fragments are not selectable since NPF always reassembles packets
313313
before further processing.
314314
.Ss User/group ID filtering
315-
NPF allows certain rules to be applied exclusivley to some user processes on a system.
316-
User processes that fire up sockets for network communications attribute
317-
user identification values such as user and group ID to these sockets. Incoming
318-
or outgoing communication with any socket is also assumed to be communicating with
319-
the user that owns the process that fired the socket.
320315
.Pp
321-
Packet filtering by user or group controls data packet flows based on
322-
the user or group identity of the process that generated the traffic,
323-
or is waiting to receive traffic, rather than just traditional parameters
324-
like IP address, port number, and protocol.
316+
NPF allows filtering by user or group identity. Packet filtering by user or group
317+
controls data packet flows based on the user or group identity of the process
318+
that generated the traffic, or is waiting to receive traffic,
319+
rather than just traditional parameters like IP address, port number, and protocol.
325320
.Pp
326321
There are many situations where this is useful:
327322
.Bl -bullet -hang
@@ -675,7 +670,7 @@ group_id = "group" id_items
675670

676671
id_items = [id] | [op_unary id] | [id op_binary id]
677672

678-
op_unary = ["="] | ["!="] | ["<="] | [">="] | [">"]
673+
op_unary = ["="] | ["!="] | ["<="] | [">="] | [">"] | ["<"]
679674
op_binary = ["<>"] | ["><"]
680675
.Ed
681676
.\" -----

0 commit comments

Comments
 (0)