summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2013-05-17 14:54:05 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2013-05-17 14:54:05 +0000
commitbeb8aba2d0e970ad60988c8f95a6de8dd5b54a63 (patch)
tree9266853e1cf62c7aa935e4bceae714feeb621a25
parent4bbe467ea7e1c8bbd7c7b4c7d4fb9b2da49b237d (diff)
Link m_dup_pkthdr(9) to mbuf(9)
ok blambert@, jmc@
-rw-r--r--share/man/man9/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 7b1753d88f2..96896f8442e 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.177 2013/04/24 17:29:02 matthew Exp $
+# $OpenBSD: Makefile,v 1.178 2013/05/17 14:54:04 mpi Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -218,7 +218,8 @@ MLINKS+=mbuf.9 m_copym2.9 mbuf.9 m_copym.9 mbuf.9 m_free.9 mbuf.9 MFREE.9 \
mbuf.9 MCLGET.9 mbuf.9 MCLGETI.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 mtod.9
+ mbuf.9 M_TRAILINGSPACE.9 mbuf.9 mtod.9 \
+ mbuf.9 m_dup_pkthdr.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 \