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

Gavin Atkinson gavin at FreeBSD.org
Fri Sep 26 09:54:58 UTC 2014


Author: gavin
Date: Fri Sep 26 09:54:57 2014
New Revision: 272168
URL: http://svnweb.freebsd.org/changeset/base/272168

Log:
  Add MLINKS for if_ipheth(4) and if_smsc(4).
  
  Submitted by:	brueffer
  MFC after:	6 days

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Fri Sep 26 09:52:39 2014	(r272167)
+++ head/share/man/man4/Makefile	Fri Sep 26 09:54:57 2014	(r272168)
@@ -660,6 +660,7 @@ MLINKS+=ip.4 rawip.4
 MLINKS+=ipfirewall.4 ipaccounting.4 \
 	ipfirewall.4 ipacct.4 \
 	ipfirewall.4 ipfw.4
+MLINKS+=ipheth.4 if_ipheth.4
 MLINKS+=ipw.4 if_ipw.4
 MLINKS+=iwi.4 if_iwi.4
 MLINKS+=iwn.4 if_iwn.4
@@ -714,6 +715,7 @@ MLINKS+=sge.4 if_sge.4
 MLINKS+=sis.4 if_sis.4
 MLINKS+=sk.4 if_sk.4
 MLINKS+=smp.4 SMP.4
+MLINKS+=smsc.4 if_smsc.4
 MLINKS+=sn.4 if_sn.4
 MLINKS+=snd_envy24.4 snd_ak452x.4
 MLINKS+=snd_sbc.4 snd_sb16.4 \


More information about the svn-src-all mailing list