The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=999b023cc786f3b62e2f1d3b3eec7b993890e521
commit 999b023cc786f3b62e2f1d3b3eec7b993890e521 Author: Gordon Bergling <[email protected]> AuthorDate: 2021-05-30 13:40:33 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2021-06-02 06:26:50 +0000 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> (cherry picked from commit 66e2a5803b0f80fff3bb8e3659ae7411ef94cc35) --- share/man/man4/iwn.4 | 3 +-- 1 file changed, 1 insertion(+), 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
