diff options
author | ru <ru@FreeBSD.org> | 2002-05-29 17:50:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-29 17:50:04 +0000 |
commit | 9495c02d278b81806fe24d20cbf63f66e7b90e91 (patch) | |
tree | c6cfdc2e2ef70eb987e8443500a4e5bca7ff93d5 /share | |
parent | e5cbcedc3edca0bc48c3a9827983cdd52a395c04 (diff) | |
download | FreeBSD-src-9495c02d278b81806fe24d20cbf63f66e7b90e91.zip FreeBSD-src-9495c02d278b81806fe24d20cbf63f66e7b90e91.tar.gz |
mdoc(7) police: lint.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/mutex.9 | 7 |
1 files changed, 4 insertions, 3 deletions
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, |