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

Kevin Lo kevlo at FreeBSD.org
Wed Jun 25 07:29:41 UTC 2014


Author: kevlo
Date: Wed Jun 25 07:29:40 2014
New Revision: 267853
URL: http://svnweb.freebsd.org/changeset/base/267853

Log:
  Add m_pulldown and m_unshare to MLINKS.

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Wed Jun 25 05:39:30 2014	(r267852)
+++ head/share/man/man9/Makefile	Wed Jun 25 07:29:40 2014	(r267853)
@@ -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 \


More information about the svn-src-all mailing list