summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-03-30 23:00:00 +0000
committerjhb <jhb@FreeBSD.org>2001-03-30 23:00:00 +0000
commit21062a084843d03f2dda2fcfc581ff2d110062f3 (patch)
treedfbba610b1b5c91f0e8e23eb104f55a642526fbf /share
parent8df5fee25b3cf915e2a8f03d434a19e544950a8e (diff)
downloadFreeBSD-src-21062a084843d03f2dda2fcfc581ff2d110062f3.zip
FreeBSD-src-21062a084843d03f2dda2fcfc581ff2d110062f3.tar.gz
Correct the MLINKS for mutex.9 to reflect the API change and add a new
MLINK for mtx_initialized. Reminded by: rwatson
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index eef431d..b821281 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -212,12 +212,14 @@ MLINKS+=microuptime.9 getmicrouptime.9 microuptime.9 nanouptime.9
MLINKS+=microuptime.9 getnanouptime.9
MLINKS+=mutex.9 mtx_init.9
-MLINKS+=mutex.9 mtx_enter.9
-MLINKS+=mutex.9 mtx_try_enter.9
-MLINKS+=mutex.9 mtx_exit.9
+MLINKS+=mutex.9 mtx_lock.9 mutex.9 mtx_lock_flags.9
+MLINKS+=mutex.9 mtx_lock_spin.9 mutex.9 mtx_lock_spin_flags.9
+MLINKS+=mutex.9 mtx_trylock.9 mutex.9 mtx_trylock_flags.9
+MLINKS+=mutex.9 mtx_unlock.9 mutex.9 mtx_unlock_flags.9
+MLINKS+=mutex.9 mtx_unlock_spin.9 mutex.9 mtx_unlock_spin_flags.9
MLINKS+=mutex.9 mtx_destroy.9
-MLINKS+=mutex.9 mtx_owned.9
-MLINKS+=mutex.9 mtx_assert.9
+MLINKS+=mutex.9 mtx_initialized.9 mutex.9 mtx_owned.9
+MLINKS+=mutex.9 mtx_recursed.9 mutex.9 mtx_assert.9
MLINKS+=kobj.9 kobj_class_compile.9
MLINKS+=kobj.9 kobj_class_compile_static.9
OpenPOWER on IntegriCloud