Date: Sun, 2 Mar 2025 05:22:49 GMT From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7c5d816006cd - stable/14 - man4: Fix duplicate if_rtw89.4 MLINK Message-ID: <202503020522.5225MnbP008221@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503020522.5225MnbP008221>