mdoc(7) police: lint.

This commit is contained in:
Ruslan Ermilov 2002-05-29 17:50:04 +00:00
parent 3f640b03b1
commit 00679a580d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97492

View File

@ -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,