Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 23:40:02 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261254 - head/share/man/man9
Message-ID:  <201401282340.s0SNe2LA033400@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmg
Date: Tue Jan 28 23:40:02 2014
New Revision: 261254
URL: http://svnweb.freebsd.org/changeset/base/261254

Log:
  link mbuf to m_append so it can be found...
  
  Pointed out by:	J David
  MFC after:	1 week

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Tue Jan 28 22:23:39 2014	(r261253)
+++ head/share/man/man9/Makefile	Tue Jan 28 23:40:02 2014	(r261254)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401282340.s0SNe2LA033400>