mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Minor grammar and punctuation fixes
in the SO_ACCEPTFILTER description.
This commit is contained in:
parent
996d4dc275
commit
f381837242
1 changed files with 2 additions and 2 deletions
|
|
@ -153,7 +153,7 @@ and set with
|
|||
.It Dv SO_RCVLOWAT Ta "set minimum count for input"
|
||||
.It Dv SO_SNDTIMEO Ta "set timeout value for output"
|
||||
.It Dv SO_RCVTIMEO Ta "set timeout value for input"
|
||||
.It Dv SO_ACCEPTFILTER Ta "set accept filter on listen socket"
|
||||
.It Dv SO_ACCEPTFILTER Ta "set accept filter on listening socket"
|
||||
.It Dv SO_TYPE Ta "get the type of the socket (get only)"
|
||||
.It Dv SO_ERROR Ta "get and clear error on the socket (get only)"
|
||||
.El
|
||||
|
|
@ -325,7 +325,7 @@ struct accept_filter_arg {
|
|||
.Pp
|
||||
.Fa optval
|
||||
should point to a
|
||||
.Fa struct accept_filter_arg .
|
||||
.Fa struct accept_filter_arg
|
||||
that will select and configure the
|
||||
.Xr accept_filter 9 .
|
||||
.Fa af_name
|
||||
|
|
|
|||
Loading…
Reference in a new issue