svn commit: r261254 - head/share/man/man9

John-Mark Gurney jmg at FreeBSD.org
Tue Jan 28 23:40:02 UTC 2014


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 \


More information about the svn-src-all mailing list