Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2025 00:36:28 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: 970d9b5d304c - stable/14 - wifi manuals: Mlink + document description consistency
Message-ID:  <202503020036.5220aSru065987@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=970d9b5d304cfdeabc9b2de074fd84205b3ba972

commit 970d9b5d304cfdeabc9b2de074fd84205b3ba972
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-02-19 15:54:27 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-03-02 00:35:45 +0000

    wifi manuals: Mlink + document description consistency
    
    Interfaces all have an mlink to if_$foo. Add these for the missing ones
    and remove an incorrect one from rtwn_pci. Wireless network drivers are
    all accessible via `apropos -s4 "wireless network driver", except two
    which are "wireless network device". I actually prefer the latter, but
    make them all consistent upon the more common parlance. Tag SPDX on one
    of the files I touched, while here.
    
    MFC after:              3 days
    Reviewed by:            bz, carlavilla, mhorne
    Approved by:            carlavilla, mhorne (mentors)
    Differential Revision:  https://reviews.freebsd.org/D49063
    
    (cherry picked from commit 4262dbc57982383eb61a8b7806de6dd4b7802da8)
---
 share/man/man4/Makefile | 4 +++-
 share/man/man4/uath.4   | 4 +++-
 share/man/man4/upgt.4   | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 979dc37d7db4..5b8b0fa54630 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -742,7 +742,9 @@ 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+=rtwn_pci.4 if_rtwn_pci.4
+MLINKS+=rtw88.4 if_rtw89.4
+MLINKS+=rtw89.4 if_rtw89.4
+MLINKS+=rtwn.4 if_rtwn.4
 MLINKS+=rue.4 if_rue.4
 MLINKS+=scsi.4 CAM.4 \
 	scsi.4 cam.4 \
diff --git a/share/man/man4/uath.4 b/share/man/man4/uath.4
index 7d9632fe8e0f..865f04b84232 100644
--- a/share/man/man4/uath.4
+++ b/share/man/man4/uath.4
@@ -1,4 +1,6 @@
 .\"
+.\" SPDX-License-Identifier: ISC
+.\"
 .\" Copyright (c) 2006
 .\"     Damien Bergamini <damien.bergamini@free.fr>
 .\"
@@ -19,7 +21,7 @@
 .Os
 .Sh NAME
 .Nm uath
-.Nd Atheros USB IEEE 802.11a/b/g wireless network device
+.Nd Atheros USB IEEE 802.11a/b/g wireless network driver
 .Sh SYNOPSIS
 To compile this driver into the kernel,
 place the following lines in your
diff --git a/share/man/man4/upgt.4 b/share/man/man4/upgt.4
index 508c87c6a925..5d4ada1d1a1f 100644
--- a/share/man/man4/upgt.4
+++ b/share/man/man4/upgt.4
@@ -54,7 +54,7 @@
 .Sh NAME
 .Nm upgt
 .Nd Conexant/Intersil PrismGT SoftMAC USB IEEE 802.11b/g wireless network
-device
+driver
 .Sh SYNOPSIS
 To compile this driver into the kernel,
 place the following lines in your



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