mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
mdoc(7) police: lint.
This commit is contained in:
parent
3f640b03b1
commit
00679a580d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97492
@ -376,12 +376,13 @@ This assertion is only valid in conjunction with
|
||||
.Pp
|
||||
The
|
||||
.Fn MTX_SYSINIT
|
||||
macro is used to generate a call to the
|
||||
macro is used to generate a call to the
|
||||
.Fn mtx_sysinit
|
||||
routine at system startup in order to initialize a given mutex lock. The parameters are the same as
|
||||
routine at system startup in order to initialize a given mutex lock.
|
||||
The parameters are the same as
|
||||
.Fn mtx_init
|
||||
but with an additional argument,
|
||||
.Fa name,
|
||||
.Fa name ,
|
||||
that is used in generating unique variable names for the related structures associated with the lock and the sysinit routine.
|
||||
.Ss The Default Mutex Type
|
||||
Most kernel code should use the default lock type,
|
||||
|
Loading…
Reference in New Issue
Block a user