diff options
author | brueffer <brueffer@FreeBSD.org> | 2014-02-10 22:24:49 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2014-02-10 22:24:49 +0000 |
commit | 0da6b7f0d9fa87460e2b0ef81a907217a4056874 (patch) | |
tree | a65b5e559cad20e00c064f75f39a9e789fdb9081 /share/man/man4 | |
parent | abe08fc946b6a1b18905c955e9ce5e82157f650e (diff) | |
download | FreeBSD-src-0da6b7f0d9fa87460e2b0ef81a907217a4056874.zip FreeBSD-src-0da6b7f0d9fa87460e2b0ef81a907217a4056874.tar.gz |
MFC: r261339
MLINK ixgbe.4 to {if_ix.4, ix.4}. An update for ixgbe.4
which deals with the "ix prefix being shared by two drivers"
situation is forthcoming.
Diffstat (limited to 'share/man/man4')
-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 f3e8a54..989ca04 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -635,6 +635,8 @@ MLINKS+=ipw.4 if_ipw.4 MLINKS+=iwi.4 if_iwi.4 MLINKS+=iwn.4 if_iwn.4 MLINKS+=ixgb.4 if_ixgb.4 +MLINKS+=ixgbe.4 ix.4 +MLINKS+=ixgbe.4 if_ix.4 MLINKS+=ixgbe.4 if_ixgbe.4 MLINKS+=jme.4 if_jme.4 MLINKS+=kue.4 if_kue.4 |