diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-10-22 07:04:34 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-10-22 07:04:34 +0000 |
commit | 97c0c4b2b2c0d665d2a9c8bec162dc1b724b713e (patch) | |
tree | 79adc80892f6fd8d43ab0dc951b78273484a3dec | |
parent | 3fe2ad95f99e2444f87ab8d1b6eda10bdf29166f (diff) | |
download | FreeBSD-src-97c0c4b2b2c0d665d2a9c8bec162dc1b724b713e.zip FreeBSD-src-97c0c4b2b2c0d665d2a9c8bec162dc1b724b713e.tar.gz |
Remove MLINK for if_idt.
Spotted by: Alie Tan <alie at affle dot com>
-rw-r--r-- | share/man/man4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 787c4f0..8894cfd 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -615,7 +615,6 @@ MLINKS+=hme.4 if_hme.4 MLINKS+=hpet.4 acpi_hpet.4 MLINKS+=${_hptrr.4} ${_rr232x.4} MLINKS+=${_attimer.4} ${_i8254.4} -MLINKS+=idt.4 if_idt.4 MLINKS+=igb.4 if_igb.4 MLINKS+=ip.4 rawip.4 MLINKS+=ipfirewall.4 ipaccounting.4 \ |