aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-10-26 23:54:10 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-10-26 23:54:10 +0000
commit7dbdc1bff452d1c9c16106fdf515317003d99127 (patch)
tree8f493da5ec5efbf22efadd7d15c04ef65fc841de /share/man/man9/Makefile
parent2c3d0ee6f46d9a2597265e180306f093b4e31e08 (diff)
downloadsrc-7dbdc1bff452d1c9c16106fdf515317003d99127.tar.gz
src-7dbdc1bff452d1c9c16106fdf515317003d99127.zip
Add in MLINKS for all of the various mutex functions to mutex.9
Notes
Notes: svn path=/head/; revision=67667
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 05eb33e0d54e..2b7a281ff204 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -112,6 +112,15 @@ MLINKS+=microtime.9 getnanotime.9
MLINKS+=microuptime.9 getmicrouptime.9 microuptime.9 nanouptime.9
MLINKS+=microuptime.9 getnanouptime.9
+MLINKS+=mutex.9 MUTEX_DECLARE.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_destroy.9
+MLINKS+=mutex.9 mtx_owned.9
+MLINKS+=mutex.9 mtx_assert.9
+
MLINKS+=kobj.9 kobj_class_compile.9
MLINKS+=kobj.9 kobj_class_compile_static.9
MLINKS+=kobj.9 kobj_class_free.9