summaryrefslogtreecommitdiffstats
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-03-28 12:50:17 +0000
committerdd <dd@FreeBSD.org>2002-03-28 12:50:17 +0000
commit7aefbc2d8cbab63b130d0888cba8726ec9ccce91 (patch)
tree6d77c2c2d03931f841106ef8868e123b05fd1d77 /share/man/man9/Makefile
parent6e213ce2c48f9e2135fcf612daafb56022cb5707 (diff)
downloadFreeBSD-src-7aefbc2d8cbab63b130d0888cba8726ec9ccce91.zip
FreeBSD-src-7aefbc2d8cbab63b130d0888cba8726ec9ccce91.tar.gz
Add a manual page for the mtx_pool_* routines.
PR: 36350 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Reviewed by: dillon
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index ce4fcdb..70ddacf 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -49,7 +49,7 @@ MAN= BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 \
lock.9 \
make_dev.9 malloc.9 mbchain.9 mbuf.9 mdchain.9 \
mi_switch.9 microseq.9 microtime.9 microuptime.9 \
- module.9 mutex.9 \
+ module.9 mtx_pool.9 mutex.9 \
namei.9 \
panic.9 pbuf.9 pfil.9 pfind.9 pgfind.9 \
physio.9 posix4.9 printf.9 pseudofs.9 psignal.9 \
@@ -310,6 +310,9 @@ MLINKS+=microtime.9 getnanotime.9
MLINKS+=microuptime.9 getmicrouptime.9 microuptime.9 nanouptime.9
MLINKS+=microuptime.9 getnanouptime.9
+MLINKS+=mtx_pool.9 mtx_pool_alloc.9 mtx_pool.9 mtx_pool_find.9
+MLINKS+=mtx_pool.9 mtx_pool_lock.9 mtx_pool.9 mtx_pool_unlock.9
+
MLINKS+=mutex.9 mtx_init.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
OpenPOWER on IntegriCloud