summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-01-11 09:17:04 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-01-11 09:17:04 +0000
commitb1ec183d22cdc38e3ec0eada7be375554ad17c09 (patch)
tree8e5c033559c3f266f4c08eba83f5229e7143d9f9 /share
parentdb4e3ba4e209e3107a63c1bb0a519a2117eb548b (diff)
MLINKS for functions described in mbuf_tags(9);
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 95444b1b41a..2be1ccc9aba 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.119 2007/01/11 09:10:37 jmc Exp $
+# $OpenBSD: Makefile,v 1.120 2007/01/11 09:17:03 jmc Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -198,6 +198,11 @@ MLINKS+=mbuf.9 m_copym2.9 mbuf.9 m_copym.9 mbuf.9 m_free.9 mbuf.9 MFREE.9 \
mbuf.9 MEXTALLOC.9 mbuf.9 MCLGET.9 mbuf.9 MEXTADD.9 mbuf.9 M_ALIGN.9 \
mbuf.9 MH_ALIGN.9 mbuf.9 M_READONLY.9 mbuf.9 M_LEADINGSPACE.9 \
mbuf.9 M_TRAILINGSPACE.9 mbuf.9 MCHTYPE.9 mbuf.9 mtod.9
+MLINKS+=mbuf_tags.9 m_tag_get.9 mbuf_tags.9 m_tag_find.9 \
+ mbuf_tags.9 m_tag_prepend.9 mbuf_tags.9 m_tag_delete.9 \
+ mbuf_tags.9 m_tag_copy.9 mbuf_tags.9 m_tag_delete_chain.9 \
+ mbuf_tags.9 m_tag_init.9 mbuf_tags.9 m_tag_copy_chain.9 \
+ mbuf_tags.9 m_tag_first.9 mbuf_tags.9 m_tag_next.9
MLINKS+=md5.9 MD5Init.9 md5.9 MD5Transform.9
MLINKS+=microtime.9 getmicrotime.9 microtime.9 microuptime.9 \
microtime.9 getmicrouptime.9 microtime.9 nanotime.9 \