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

Christian Brueffer brueffer at FreeBSD.org
Fri Jan 31 23:44:55 UTC 2014


Author: brueffer
Date: Fri Jan 31 23:44:54 2014
New Revision: 261339
URL: http://svnweb.freebsd.org/changeset/base/261339

Log:
  MLINK ixgbe.4 to {if_ix.4, ix.4}.  An update for ixgbe.4
  which deals with the "ix prefix being shared by two drivers"
  situation is forthcoming.
  
  Thanks to dwhite for the ixgbe history lesson.
  
  MFC after:	1 week

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Fri Jan 31 23:38:05 2014	(r261338)
+++ head/share/man/man4/Makefile	Fri Jan 31 23:44:54 2014	(r261339)
@@ -642,6 +642,8 @@ MLINKS+=ipw.4 if_ipw.4
 MLINKS+=iwi.4 if_iwi.4
 MLINKS+=iwn.4 if_iwn.4
 MLINKS+=ixgb.4 if_ixgb.4
+MLINKS+=ixgbe.4 ix.4
+MLINKS+=ixgbe.4 if_ix.4
 MLINKS+=ixgbe.4 if_ixgbe.4
 MLINKS+=jme.4 if_jme.4
 MLINKS+=kue.4 if_kue.4


More information about the svn-src-head mailing list