diff options
| -rw-r--r-- | share/man/man9/mutex.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9 index 3de2371d677c..dafdefb51820 100644 --- a/share/man/man9/mutex.9 +++ b/share/man/man9/mutex.9 @@ -87,6 +87,7 @@ .Fn mtx_recursed "struct mtx *mutex" .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" .Sh DESCRIPTION Mutexes are the most basic and primary method of process synchronization. |
