From 1c39cfb65077dd3dba2d9e1857b09d3f0f9811ab Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 30 Mar 2001 23:00:00 +0000 Subject: [PATCH] Correct the MLINKS for mutex.9 to reflect the API change and add a new MLINK for mtx_initialized. Reminded by: rwatson --- share/man/man9/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index eef431dbfeb..b821281f68c 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