o Fix MTX_SYSINIT prototype.

PR:		kern/99956
Submitted by:	Arne Woerner
MFC after:	1 week
This commit is contained in:
maxim 2006-07-09 09:46:43 +00:00
parent e8d77f637b
commit 830aad07d2

View File

@ -91,7 +91,7 @@
.Ft void .Ft void
.Fn mtx_assert "struct mtx *mutex" "int what" .Fn mtx_assert "struct mtx *mutex" "int what"
.In sys/kernel.h .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 .Sh DESCRIPTION
Mutexes are the most basic and primary method of thread synchronization. Mutexes are the most basic and primary method of thread synchronization.
The major design considerations for mutexes are: The major design considerations for mutexes are: