Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2013 16:59:26 +0000 (UTC)
From:      Carl Delsey <carl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r250110 - head/share/man/man4
Message-ID:  <201304301659.r3UGxQ1b015907@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304301659.r3UGxQ1b015907>