summaryrefslogtreecommitdiffstats
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authordavidc <davidc@FreeBSD.org>2002-01-26 00:09:41 +0000
committerdavidc <davidc@FreeBSD.org>2002-01-26 00:09:41 +0000
commit988a2bb359e9c9746d2004a0b8d76b1b4afb8e44 (patch)
tree340a3519bbdc170a07817b26ae82a300501aab10 /share/man/man9/Makefile
parent23683c4a1cd6ad6a8ebe1466c0006ef2b6d777e9 (diff)
downloadFreeBSD-src-988a2bb359e9c9746d2004a0b8d76b1b4afb8e44.zip
FreeBSD-src-988a2bb359e9c9746d2004a0b8d76b1b4afb8e44.tar.gz
Merged all of the lockmgr functions into a single file (lock.9); as well,
some content and layout changes were made. lock.9 had existed before but was never added to Makefile, so it was never installed. That is why the duplicate files were created in the first place. Reviewed by: ru, alfred
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index fe55977..13e21f4 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -45,8 +45,7 @@ MAN= BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 \
groupmember.9 \
ifnet.9 inittodr.9 intro.9 ithread.9 \
kernacc.9 kobj.9 kthread.9 ktr.9 \
- lockcount.9 lockdestroy.9 lockmgr.9 lockmgr_printinfo.9 \
- lockstatus.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 \
@@ -251,6 +250,10 @@ MLINKS+=bus_generic_read_ivar.9 bus_generic_write_ivar.9
MLINKS+=ucred.9 crget.9 ucred.9 crhold.9 ucred.9 crfree.9
MLINKS+=ucred.9 crshared.9 ucred.9 crcopy.9 ucred.9 crdup.9
+MLINKS+= lock.9 lockinit.9 lock.9 lockdestroy.9
+MLINKS+= lock.9 lockcount.9 lock.9 lockmgr.9
+MLINKS+= lock.9 lockstatus.9 lock.9 lockmgr_printinfo.9
+
MLINKS+=mbchain.9 mb_init.9
MLINKS+=mbchain.9 mb_initm.9
MLINKS+=mbchain.9 mb_done.9
OpenPOWER on IntegriCloud