svn commit: r292200 - stable/9/share/man/man9

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


Author: brueffer
Date: Mon Dec 14 11:36:01 2015
New Revision: 292200
URL: https://svnweb.freebsd.org/changeset/base/292200

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

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

Modified: stable/9/share/man/man9/Makefile
==============================================================================
--- stable/9/share/man/man9/Makefile	Mon Dec 14 11:34:00 2015	(r292199)
+++ stable/9/share/man/man9/Makefile	Mon Dec 14 11:36:01 2015	(r292200)
@@ -857,6 +857,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