diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2021-05-30 13:40:33 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-05-30 13:40:33 +0000 |
| commit | 66e2a5803b0f80fff3bb8e3659ae7411ef94cc35 (patch) | |
| tree | d05307e27042aa02f7f69a414adf97426fb3183b | |
| parent | 8e55a80e0cc53002979f04a2504d2167267db3c2 (diff) | |
| download | src-66e2a5803b0f80fff3bb8e3659ae7411ef94cc35.tar.gz src-66e2a5803b0f80fff3bb8e3659ae7411ef94cc35.zip | |
iwn(4): Remove duplicate device entry
'Intel Centrino Wireless-N 6250' is listed twice in the description
section of the manual page.
PR: 256257
Reported by: Daniel Cervus <danielthedeer at outlook dot com>
MFC after: 3 days
| -rw-r--r-- | share/man/man4/iwn.4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man4/iwn.4 b/share/man/man4/iwn.4 index b333aacae5fd..6e9b774bb13d 100644 --- a/share/man/man4/iwn.4 +++ b/share/man/man4/iwn.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 30, 2014 +.Dd May 30, 2021 .Dt IWN 4 .Os .Sh NAME @@ -111,7 +111,6 @@ driver provides support for: .It Intel Centrino Wireless-N 6150 .It Intel Centrino Wireless-N 6200 .It Intel Centrino Wireless-N 6250 -.It Intel Centrino Wireless-N 6250 .It Intel Centrino Wireless-N + WiMAX 6150 .It Intel Ultimate N WiFi Link 5300 .It Intel Wireless WiFi Link 4965 |
