git: b95fa4203d69 - main - man4: fix some mandoc lint for iwlwifi.4 and rtw88.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Apr 2023 13:25:44 UTC
The branch main has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=b95fa4203d698063b02b03647cd00906cd94687a
commit b95fa4203d698063b02b03647cd00906cd94687a
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2023-04-23 13:21:46 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2023-04-23 13:25:24 +0000
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
---
share/man/man4/iwlwifi.4 | 16 +++++++++-------
share/man/man4/rtw88.4 | 10 ++++++----
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 .