diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-12-28 01:39:18 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-12-28 01:39:18 +0000 |
| commit | 735adf63e44a08631ce89b50302a4ceb7b5ff96e (patch) | |
| tree | 956f08c49218e01cbf1cce1481896694ec7eef4b | |
| parent | 6c0f2b530ef5673214151524ee7f547ed1a34f25 (diff) | |
Notes
| -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. |
