Date: Tue, 27 Feb 2024 04:39:59 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 6a9a097df9da - stable/14 - Add link from if_iwlwifi(4) to iwlwifi(4) Message-ID: <202402270439.41R4dx0x055316@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=6a9a097df9da00ed8882fbca5c18c6ecd1d9a2fa commit 6a9a097df9da00ed8882fbca5c18c6ecd1d9a2fa Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2024-02-22 18:45:22 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2024-02-27 04:39:09 +0000 Add link from if_iwlwifi(4) to iwlwifi(4) MFC after: 3 days Sponsored by: The FreeBSD Foundation (cherry picked from commit 1b09a310b78cd2965e3a2fc392327d9cc1376a44) --- share/man/man4/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 820bfa456448..a2d544034005 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -691,6 +691,7 @@ MLINKS+=ipfirewall.4 ipaccounting.4 \ MLINKS+=ipheth.4 if_ipheth.4 MLINKS+=ipw.4 if_ipw.4 MLINKS+=iwi.4 if_iwi.4 +MLINKS+=iwlwifi.4 if_iwlwifi.4 MLINKS+=iwm.4 if_iwm.4 MLINKS+=iwn.4 if_iwn.4 MLINKS+=ixgbe.4 ix.4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402270439.41R4dx0x055316>