mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Update the .Fn line for MTX_SYSINIT to include the parameter types.
This commit is contained in:
parent
e122b676e6
commit
37bc3d021d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94473
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user