Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2017 21:39:00 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r315744 - head/share/man/man4
Message-ID:  <201703222139.v2MLd0Wm028194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Mar 22 21:39:00 2017
New Revision: 315744
URL: https://svnweb.freebsd.org/changeset/base/315744

Log:
  Commit Makefiles changes not build manpage for igb(4), accidentally
  forgotten in r315742.
  
  X-MFC with:	r311849, r315742
  Pointyhat to:	ngie
  Sponsored by:	Dell EMC Isilon

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Wed Mar 22 21:35:01 2017	(r315743)
+++ head/share/man/man4/Makefile	Wed Mar 22 21:39:00 2017	(r315744)
@@ -205,7 +205,6 @@ MAN=	aac.4 \
 	if_ipsec.4 \
 	ifmib.4 \
 	ig4.4 \
-	igb.4 \
 	igmp.4 \
 	iic.4 \
 	iicbb.4 \
@@ -650,7 +649,6 @@ MLINKS+=hme.4 if_hme.4
 MLINKS+=hpet.4 acpi_hpet.4
 MLINKS+=${_hptrr.4} ${_rr232x.4}
 MLINKS+=${_attimer.4} ${_i8254.4}
-MLINKS+=igb.4 if_igb.4
 MLINKS+=ip.4 rawip.4
 MLINKS+=ipfirewall.4 ipaccounting.4 \
 	ipfirewall.4 ipacct.4 \



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