summaryrefslogtreecommitdiffstats
path: root/share/man/man9/mutex.9
diff options
context:
space:
mode:
authordavidc <davidc@FreeBSD.org>2002-04-12 03:54:44 +0000
committerdavidc <davidc@FreeBSD.org>2002-04-12 03:54:44 +0000
commit8acd6ce788a295e803b66a39c3bb57a40cfbb108 (patch)
treeb36d096a8914eb3a8a80112ea0680320929ffcf3 /share/man/man9/mutex.9
parentddd8e1f3d8660daa8eaee045321ceedc6d6ff486 (diff)
downloadFreeBSD-src-8acd6ce788a295e803b66a39c3bb57a40cfbb108.zip
FreeBSD-src-8acd6ce788a295e803b66a39c3bb57a40cfbb108.tar.gz
Update the .Fn line for MTX_SYSINIT to include the parameter types.
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 ddd1d2b..b686c3fa 100644
--- a/share/man/man9/mutex.9
+++ b/share/man/man9/mutex.9
@@ -87,7 +87,7 @@
.Fn mtx_recursed "struct mtx *mutex"
.Ft void
.Fn mtx_assert "struct mtx *mutex" "int what"
-.Fn MTX_SYSINIT "name" "mtx" "description" "opts"
+.Fn MTX_SYSINIT "name" "struct mutex *mtx" "const char *description" "int opts"
.Sh DESCRIPTION
Mutexes are the most basic and primary method of process synchronization.
The major design considerations for mutexes are:
OpenPOWER on IntegriCloud