From 0f402d005c4e77c16fc5e77feac6ca17c5f9ed13 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Wed, 25 Jun 2014 07:29:40 +0000 Subject: [PATCH] Add m_pulldown and m_unshare to MLINKS. --- share/man/man9/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index d027d375176..82ff85b6f68 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -918,10 +918,12 @@ MLINKS+=\ mbuf.9 m_move_pkthdr.9 \ mbuf.9 M_PREPEND.9 \ mbuf.9 m_prepend.9 \ + mbuf.9 m_pulldown.9 \ mbuf.9 m_pullup.9 \ mbuf.9 m_split.9 \ mbuf.9 mtod.9 \ mbuf.9 M_TRAILINGSPACE.9 \ + mbuf.9 m_unshare.9 \ mbuf.9 M_WRITABLE.9 MLINKS+=\ mbuf_tags.9 m_tag_alloc.9 \