diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-03-14 17:18:21 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-03-14 17:18:21 +0000 |
commit | 54983340f3138d8dcafda846d2d12abef8a55a92 (patch) | |
tree | a6ec02d03018572f7a4c40f160ff8eb8a619aebd | |
parent | 504bde017ab0e63fe1be99b78f654c2ba45c6da3 (diff) | |
download | src-test-54983340f3138d8dcafda846d2d12abef8a55a92.tar.gz src-test-54983340f3138d8dcafda846d2d12abef8a55a92.zip |
Notes
-rw-r--r-- | ObsoleteFiles.inc | 1 | ||||
-rw-r--r-- | share/man/man4/Makefile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index ab98153ad2fdc..5fdb536a7ab43 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -72,6 +72,7 @@ OLD_FILES+=usr/sbin/IPXrouted OLD_FILES+=usr/share/man/man3/ipx.3.gz OLD_FILES+=usr/share/man/man3/ipx_addr.3.gz OLD_FILES+=usr/share/man/man3/ipx_ntoa.3.gz +OLD_FILES+=usr/share/man/man4/if_ef.4.gz OLD_FILES+=usr/share/man/man8/IPXrouted.8.gz # 20140223: Remove libyaml diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index da78bcf5cd686..455a6ebdaee99 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -614,7 +614,6 @@ MLINKS+=de.4 if_de.4 MLINKS+=disc.4 if_disc.4 MLINKS+=ed.4 if_ed.4 MLINKS+=edsc.4 if_edsc.4 -MLINKS+=ef.4 if_ef.4 MLINKS+=em.4 if_em.4 MLINKS+=en.4 if_en.4 MLINKS+=enc.4 if_enc.4 |