From 9495c02d278b81806fe24d20cbf63f66e7b90e91 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 29 May 2002 17:50:04 +0000 Subject: mdoc(7) police: lint. --- share/man/man9/mutex.9 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9 index 5207067..d066d88 100644 --- a/share/man/man9/mutex.9 +++ b/share/man/man9/mutex.9 @@ -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, -- cgit v1.1