diff options
author | brueffer <brueffer@FreeBSD.org> | 2006-06-18 14:08:20 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2006-06-18 14:08:20 +0000 |
commit | 9c08d0cfc062ee2e5473354927a33b2bbf7e0eeb (patch) | |
tree | bc644834a598cb5f90a031ce874bf630ad1a8457 /share | |
parent | 54bacf2fa6c35d543092ca8e850873b30ff39ce1 (diff) | |
download | FreeBSD-src-9c08d0cfc062ee2e5473354927a33b2bbf7e0eeb.zip FreeBSD-src-9c08d0cfc062ee2e5473354927a33b2bbf7e0eeb.tar.gz |
Add MLINKS:
ixgb.4 -> if_ixgb.4
mxge.4 -> if_mxge.4
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 7222769..9473b18 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -443,6 +443,7 @@ MLINKS+=ipfirewall.4 ipaccounting.4 \ ipfirewall.4 ipfw.4 MLINKS+=ipw.4 if_ipw.4 MLINKS+=iwi.4 if_iwi.4 +MLINKS+=ixgb.4 if_ixgb.4 MLINKS+=kue.4 if_kue.4 MLINKS+=le.4 if_le.4 MLINKS+=lge.4 if_lge.4 @@ -451,6 +452,7 @@ MLINKS+=lp.4 plip.4 MLINKS+=md.4 vn.4 MLINKS+=mem.4 kmem.4 MLINKS+=mn.4 if_mn.4 +MLINKS+=mxge.4 if_mxge.4 MLINKS+=my.4 if_my.4 MLINKS+=netintro.4 net.4 \ netintro.4 networking.4 |