svn commit: r261731 - stable/10/share/man/man4

Christian Brueffer brueffer at FreeBSD.org
Mon Feb 10 22:24:50 UTC 2014


Author: brueffer
Date: Mon Feb 10 22:24:49 2014
New Revision: 261731
URL: http://svnweb.freebsd.org/changeset/base/261731

Log:
  MFC: r261339
  
  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.

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

Modified: stable/10/share/man/man4/Makefile
==============================================================================
--- stable/10/share/man/man4/Makefile	Mon Feb 10 22:21:22 2014	(r261730)
+++ stable/10/share/man/man4/Makefile	Mon Feb 10 22:24:49 2014	(r261731)
@@ -635,6 +635,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-stable-10 mailing list