From 52b7bca6fdf9b4f2e1935e8ecfc287b03318232d Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 28 Jan 2014 23:40:02 +0000 Subject: [PATCH] link mbuf to m_append so it can be found... Pointed out by: J David MFC after: 1 week --- share/man/man9/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 5178c31a181..b07c52cfc67 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -878,6 +878,7 @@ MLINKS+=mbpool.9 mbp_alloc.9 \ MLINKS+=\ mbuf.9 m_adj.9 \ mbuf.9 M_ALIGN.9 \ + mbuf.9 m_append.9 \ mbuf.9 m_apply.9 \ mbuf.9 m_cat.9 \ mbuf.9 MCHTYPE.9 \