git: 7c5d816006cd - stable/14 - man4: Fix duplicate if_rtw89.4 MLINK

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Sun, 02 Mar 2025 05:22:49 UTC
The branch stable/14 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=7c5d816006cd0370149028f0a1fbedeaf634848a

commit 7c5d816006cd0370149028f0a1fbedeaf634848a
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-02-28 13:31:02 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-03-02 05:21:41 +0000

    man4: Fix duplicate if_rtw89.4 MLINK
    
    Fixes: 4262dbc57982 ("wifi manuals: Mlink + document description consistency")
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit ae2b84d9ab9cb01abb035ad6e938382d1f7c1e3e)
---
 share/man/man4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 5b8b0fa54630..41fd7d36a74d 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -742,7 +742,7 @@ MLINKS+=ptnet.4 if_ptnet.4
 MLINKS+=ral.4 if_ral.4
 MLINKS+=re.4 if_re.4
 MLINKS+=rl.4 if_rl.4
-MLINKS+=rtw88.4 if_rtw89.4
+MLINKS+=rtw88.4 if_rtw88.4
 MLINKS+=rtw89.4 if_rtw89.4
 MLINKS+=rtwn.4 if_rtwn.4
 MLINKS+=rue.4 if_rue.4