Date: Wed, 17 Jul 2019 02:08:57 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r350075 - head/share/man/man4 Message-ID: <201907170208.x6H28vW7082292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907170208.x6H28vW7082292>