svn commit: r250110 - head/share/man/man4

Carl Delsey carl at FreeBSD.org
Tue Apr 30 16:59:26 UTC 2013


Author: carl
Date: Tue Apr 30 16:59:25 2013
New Revision: 250110
URL: http://svnweb.freebsd.org/changeset/base/250110

Log:
  Fix the man page installation broken in r250079. Pointy hat to me.
  
  Thanks to Florian Smeets for pointing this out and providing a patch.
  
  Submitted by:	Florian Smeets <flo at smeets.im>
  Approved by:	jimharris (mentor)

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Tue Apr 30 16:51:58 2013	(r250109)
+++ head/share/man/man4/Makefile	Tue Apr 30 16:59:25 2013	(r250110)
@@ -648,7 +648,8 @@ MLINKS+=netintro.4 net.4 \
 	netintro.4 networking.4
 MLINKS+=${_nfe.4} ${_if_nfe.4}
 MLINKS+=nge.4 if_nge.4
-MLINKS+=${_ntb.4} ${_if_ntb.4} ${_ntb_hw.4}
+MLINKS+=${_ntb.4} ${_if_ntb.4} \
+	${_ntb.4} ${_ntb_hw.4}
 MLINKS+=${_nve.4} ${_if_nve.4}
 MLINKS+=${_nxge.4} ${_if_nxge.4}
 MLINKS+=patm.4 if_patm.4


More information about the svn-src-all mailing list