mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
mdoc fixes.
This commit is contained in:
parent
c55e621eed
commit
082dbcbf5e
1 changed files with 2 additions and 1 deletions
|
|
@ -71,6 +71,7 @@ typedef int (*pfil_func_t)(void *arg, struct mbuf **mp, struct ifnet *, int dir,
|
|||
.Fn pfil_wlock "struct pfil_head *"
|
||||
.Ft void
|
||||
.Fn pfil_wunlock "struct pfil_head *"
|
||||
.Ed
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
|
@ -241,7 +242,7 @@ Fine-grained locking was added in
|
|||
lock export was added in
|
||||
.Fx 10.0 .
|
||||
.Sh BUGS
|
||||
.Pp When a
|
||||
When a
|
||||
.Vt pfil_head
|
||||
is being modified, no traffic is diverted
|
||||
(to avoid deadlock).
|
||||
|
|
|
|||
Loading…
Reference in a new issue