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

Kevin Lo kevlo at FreeBSD.org
Wed Jul 17 02:08:58 UTC 2019


Author: kevlo
Date: Wed Jul 17 02:08:57 2019
New Revision: 350075
URL: https://svnweb.freebsd.org/changeset/base/350075

Log:
  Add an MLINK for igb.
  
  Discussed with:	lwhsu

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Wed Jul 17 01:56:40 2019	(r350074)
+++ head/share/man/man4/Makefile	Wed Jul 17 02:08:57 2019	(r350075)
@@ -618,7 +618,9 @@ MLINKS+=cxgbev.4 if_cxgbev.4 \
 MLINKS+=dc.4 if_dc.4
 MLINKS+=disc.4 if_disc.4
 MLINKS+=edsc.4 if_edsc.4
-MLINKS+=em.4 if_em.4
+MLINKS+=em.4 if_em.4 \
+	em.4 igb.4 \
+	em.4 if_igb.4
 MLINKS+=enc.4 if_enc.4
 MLINKS+=epair.4 if_epair.4
 MLINKS+=et.4 if_et.4


More information about the svn-src-all mailing list