aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2023-04-23 13:21:46 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2023-04-23 13:25:24 +0000
commitb95fa4203d698063b02b03647cd00906cd94687a (patch)
tree9974c7188d0b0dbf33cf54ba8ab64157dcaf5689
parentd142601887524fc595ed0f5e6a69419727222f0a (diff)
man4: fix some mandoc lint for iwlwifi.4 and rtw88.4
Address warnings (but one) from mandoc -T lint for these man pages. Sponsored by: The FreeBSD Foundation MFC after: 3 days
-rw-r--r--share/man/man4/iwlwifi.416
-rw-r--r--share/man/man4/rtw88.410
2 files changed, 15 insertions, 11 deletions
diff --git a/share/man/man4/iwlwifi.4 b/share/man/man4/iwlwifi.4
index 94614b3b15ff..201e1693783e 100644
--- a/share/man/man4/iwlwifi.4
+++ b/share/man/man4/iwlwifi.4
@@ -28,7 +28,7 @@
.\" $FreeBSD$
.\"
.Dd June 3, 2022
-.Dt iwlwifi 4
+.Dt IWLWIFI 4
.Os
.Sh NAME
.Nm iwlwifi
@@ -62,10 +62,10 @@ all chipsets supported by the
part of that driver.
.Pp
.Bl -bullet -compact
-.% ---------------------------------------------------------------------
-.% This list is manually generated from a sysctl and post-processing.
-.% Edits will be overwritten on next update.
-.% ---------------------------------------------------------------------
+.\" ---------------------------------------------------------------------
+.\" This list is manually generated from a sysctl and post-processing.
+.\" Edits will be overwritten on next update.
+.\" ---------------------------------------------------------------------
.It
Intel(R) Dual Band Wireless AC 7260
.It
@@ -180,7 +180,7 @@ Intel(R) Wi-Fi 6E AX231 160MHz
Intel(R) TBD Bz device
.It
Intel(R) Wi-Fi 6 AX204 160MHz
-.% ---------------------------------------------------------------------
+.\" ---------------------------------------------------------------------
.El
.Pp
.Nm
@@ -197,7 +197,9 @@ The driver uses the
and
.Em linuxkpi
compat framework to bridge between the Linux and
-native FreeBSD driver code as well as to the native
+native
+.Fx
+driver code as well as to the native
.Xr net80211 4
wireless stack.
.Pp
diff --git a/share/man/man4/rtw88.4 b/share/man/man4/rtw88.4
index 4508ab8ab4f7..b6fad219d8c8 100644
--- a/share/man/man4/rtw88.4
+++ b/share/man/man4/rtw88.4
@@ -24,8 +24,8 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 7, 2022
-.Dt rtw88 4
+.Dd April 22, 2023
+.Dt RTW88 4
.Os
.Sh NAME
.Nm rtw88
@@ -69,7 +69,9 @@ The driver uses the
and
.Em linuxkpi
compat framework to bridge between the Linux and
-native FreeBSD driver code as well as to the native
+native
+.Fx
+driver code as well as to the native
.Xr net80211 4
wireless stack.
.Pp
@@ -108,4 +110,4 @@ section above.
The
.Nm
driver first appeared in
-.Fx 14.0 .
+.Fx 13.2 .