svn commit: r292199 - stable/10/share/man/man9

Christian Brueffer brueffer at FreeBSD.org
Mon Dec 14 11:34:02 UTC 2015


Author: brueffer
Date: Mon Dec 14 11:34:00 2015
New Revision: 292199
URL: https://svnweb.freebsd.org/changeset/base/292199

Log:
  MFH: r291954
  
  Add an MLINK for m_collapse.
  
  PR:		204205
  Submitted by:	avos

Modified:
  stable/10/share/man/man9/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man9/Makefile
==============================================================================
--- stable/10/share/man/man9/Makefile	Mon Dec 14 11:28:16 2015	(r292198)
+++ stable/10/share/man/man9/Makefile	Mon Dec 14 11:34:00 2015	(r292199)
@@ -889,6 +889,7 @@ MLINKS+=\
 	mbuf.9 m_cat.9 \
 	mbuf.9 MCHTYPE.9 \
 	mbuf.9 MCLGET.9 \
+	mbuf.9 m_collapse.9 \
 	mbuf.9 m_copyback.9 \
 	mbuf.9 m_copydata.9 \
 	mbuf.9 m_copym.9 \


More information about the svn-src-all mailing list