summaryrefslogtreecommitdiffstats
path: root/share/man/man9/mutex.9
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-07-09 09:46:43 +0000
committermaxim <maxim@FreeBSD.org>2006-07-09 09:46:43 +0000
commit830aad07d27e75ebd98d1ab3faa095216554b1c7 (patch)
tree95196364030f79744a71f40651c3fd92dacc0906 /share/man/man9/mutex.9
parente8d77f637b7520b0a77fff94596a96627f680c34 (diff)
downloadFreeBSD-src-830aad07d27e75ebd98d1ab3faa095216554b1c7.zip
FreeBSD-src-830aad07d27e75ebd98d1ab3faa095216554b1c7.tar.gz
o Fix MTX_SYSINIT prototype.
PR: kern/99956 Submitted by: Arne Woerner MFC after: 1 week
Diffstat (limited to 'share/man/man9/mutex.9')
-rw-r--r--share/man/man9/mutex.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9
index f237136..43dccb7 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:
OpenPOWER on IntegriCloud