From 830aad07d27e75ebd98d1ab3faa095216554b1c7 Mon Sep 17 00:00:00 2001 From: maxim Date: Sun, 9 Jul 2006 09:46:43 +0000 Subject: [PATCH] o Fix MTX_SYSINIT prototype. PR: kern/99956 Submitted by: Arne Woerner MFC after: 1 week --- share/man/man9/mutex.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9 index f2371367fb2c..43dccb7015b5 100644 --- a/share/man/man9/mutex.9 +++ b/share/man/man9/mutex.9 @@ -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: