diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-11-14 15:04:45 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-11-14 15:06:04 +0000 |
| commit | b0c1ead2b9be0f6aa5a715d849b9ca7af093b513 (patch) | |
| tree | e039700b903a12497c9081b0f8310bc747c2f8bb | |
| parent | 6fb0d67819f730e8def56e139f780eff3c0cab0f (diff) | |
iwx.4: Fix SYNOPSIS
PR: 290812
MFC after: 3 days
Fixes: 27c41b28b1d7 (iwx.4: Initial manual page)
Reported by: Dimitry Lukhtionov <dimitryluhtionov@gmail.com>
| -rw-r--r-- | share/man/man4/iwx.4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man4/iwx.4 b/share/man/man4/iwx.4 index 295a5f318afa..e57ddbc7c980 100644 --- a/share/man/man4/iwx.4 +++ b/share/man/man4/iwx.4 @@ -17,14 +17,13 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd May 2, 2025 +.Dd November 14, 2025 .Dt IWX 4 amd64 .Os .Sh NAME .Nm iwx .Nd Intel WiFi 6 IEEE 802.11ax wireless network driver .Sh SYNOPSIS -.Cd device iwx .Cd device wlan .Pp In |
