o Fix MTX_SYSINIT prototype.

PR:		kern/99956
Submitted by:	Arne Woerner
MFC after:	1 week
This commit is contained in:
Maxim Konovalov 2006-07-09 09:46:43 +00:00
parent 3177f91ed1
commit 88fd7e1d61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160198

View File

@ -91,7 +91,7 @@
.Ft void
.Fn mtx_assert "struct mtx *mutex" "int what"
.In sys/kernel.h
.Fn MTX_SYSINIT "name" "struct mutex *mtx" "const char *description" "int opts"
.Fn MTX_SYSINIT "name" "struct mtx *mtx" "const char *description" "int opts"
.Sh DESCRIPTION
Mutexes are the most basic and primary method of thread synchronization.
The major design considerations for mutexes are: