git: 9cb4ee9a6439 - main - man4: Remove stale MLINK to ath_pci.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Aug 2023 12:39:09 UTC
The branch main has been updated by marius: URL: https://cgit.FreeBSD.org/src/commit/?id=9cb4ee9a6439a8fd3f4e6a692b7a70a61d5ca3a6 commit 9cb4ee9a6439a8fd3f4e6a692b7a70a61d5ca3a6 Author: Marius Strobl <marius@FreeBSD.org> AuthorDate: 2023-08-09 12:35:25 +0000 Commit: Marius Strobl <marius@FreeBSD.org> CommitDate: 2023-08-09 12:35:25 +0000 man4: Remove stale MLINK to ath_pci.4 Reported by: Jose Luis Duran Fixes: 37c8ee8847fa ath(4): Remove MIPS AHB frontend and join PCI one w/ main support again --- ObsoleteFiles.inc | 1 + share/man/man4/Makefile | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 4b7a4d69c6c9..877315f5089f 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -55,6 +55,7 @@ # 20230807: Removal of the ath(4) AHB bus-frontend for MIPS OLD_FILES+=usr/share/man/man4/ath_ahb.4 OLD_FILES+=usr/share/man/man4/ath_pci.4 +OLD_FILES+=usr/share/man/man4/if_ath_pci.4 # 20230803: Removal of support for cloning pseudo interfaces from iflib(9) OLD_FILES+=usr/include/net/iflib_private.h diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 91df1f3b94c0..2ddb1377c3cc 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -622,7 +622,6 @@ MLINKS+=altera_atse.4 atse.4 MLINKS+=altera_sdcard.4 altera_sdcardc.4 MLINKS+=altq.4 ALTQ.4 MLINKS+=ath.4 if_ath.4 -MLINKS+=ath_pci.4 if_ath_pci.4 MLINKS+=aue.4 if_aue.4 MLINKS+=axe.4 if_axe.4 MLINKS+=bce.4 if_bce.4