mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pf: fix error descriptions in the man page
PR: 272459 Submitted by: alex@inferiorhumanorgans.com MFC after: 1 week
This commit is contained in:
parent
64b30b7aeb
commit
df56c8069a
1 changed files with 11 additions and 5 deletions
|
|
@ -302,8 +302,10 @@ calls.
|
|||
Nested anchors, since they are not directly attached to the given
|
||||
anchor, will not be included.
|
||||
This ioctl returns
|
||||
.Er EINVAL
|
||||
if the given anchor does not exist.
|
||||
.Er ENOENT
|
||||
if the parent anchor given at
|
||||
.Va path
|
||||
does not exist.
|
||||
.It Dv DIOCGETRULESET Fa "struct pfioc_ruleset *pr"
|
||||
Get a ruleset (i.e., an anchor)
|
||||
.Va name
|
||||
|
|
@ -315,10 +317,14 @@ the maximum number of which can be obtained from a preceding
|
|||
.Dv DIOCGETRULESETS
|
||||
call.
|
||||
This ioctl returns
|
||||
.Er EINVAL
|
||||
if the given anchor does not exist or
|
||||
.Er ENOENT
|
||||
if the parent anchor given by
|
||||
.Va path
|
||||
does not exist or
|
||||
.Er EBUSY
|
||||
if another process is concurrently updating a ruleset.
|
||||
if the index passed in by
|
||||
.Va nr
|
||||
is greater than the number of anchors.
|
||||
.It Dv DIOCADDSTATE Fa "struct pfioc_state *ps"
|
||||
Add a state entry.
|
||||
.Bd -literal
|
||||
|
|
|
|||
Loading…
Reference in a new issue