mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
A few more mdoc fixes I missed in the suggestions of Ruslan.
This commit is contained in:
parent
8d03f2b53b
commit
c16a777f08
1 changed files with 2 additions and 2 deletions
|
|
@ -277,13 +277,13 @@ Programming error.
|
|||
.El
|
||||
.Sh LOCKING
|
||||
The
|
||||
.Dv example_lock
|
||||
.Va example_lock
|
||||
lock must be held before
|
||||
.Fn example
|
||||
is called.
|
||||
.Pp
|
||||
Since
|
||||
.Fn example_lock
|
||||
.Va example_lock
|
||||
is a
|
||||
.Xr mutex 9 ,
|
||||
no sleepable locks (i.e.,
|
||||
|
|
|
|||
Loading…
Reference in a new issue