Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2023 22:21:02 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a1bae244b6ea - main - Add wifi(4) alias for wlan(4).
Message-ID:  <202305042221.344ML2jn024674@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit a1bae244b6ea6c53add245cd1373c6dd43fb7631
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-05-04 22:19:16 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-05-04 22:20:56 +0000

    Add wifi(4) alias for wlan(4).
    
    Suggested by:           jrtc27
    Sponsored by:           Netflix
---
 share/man/man4/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 8ceda540093b..71d12055f4db 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -765,6 +765,7 @@ MLINKS+=vte.4 if_vte.4
 MLINKS+=vtnet.4 if_vtnet.4
 MLINKS+=watchdog.4 SW_WATCHDOG.4
 MLINKS+=wg.4 if_wg.4
+MLINKS+=wlan.4 wifi.4
 MLINKS+=${_wpi.4} ${_if_wpi.4}
 MLINKS+=xl.4 if_xl.4
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305042221.344ML2jn024674>