Re: git: 8fb0f07c7a13 - main - wlan(4): Mention WiFi more prominently
- In reply to: Jessica Clarke : "Re: git: 8fb0f07c7a13 - main - wlan(4): Mention WiFi more prominently"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 May 2023 22:21:12 UTC
Yes, we should! Done. Warner On Thu, May 4, 2023 at 4:02 PM Jessica Clarke <jrtc27@freebsd.org> wrote: > On 4 May 2023, at 22:59, Warner Losh <imp@FreeBSD.org> wrote: > > > > The branch main has been updated by imp: > > > > URL: > https://cgit.FreeBSD.org/src/commit/?id=8fb0f07c7a1331beeecc0c0f6afec674671867b9 > > > > commit 8fb0f07c7a1331beeecc0c0f6afec674671867b9 > > Author: Tom Hukins <tom@FreeBSD.org> > > AuthorDate: 2023-05-01 14:47:58 +0000 > > Commit: Warner Losh <imp@FreeBSD.org> > > CommitDate: 2023-05-04 21:59:12 +0000 > > > > wlan(4): Mention WiFi more prominently > > > > WiFi is a commonly used term to describe wireless LANs. Adding this > > word will help readers better understand the contents of this manual > > page and will help find the page when searching, for example when > > running `man -k wifi`. > > > > Pull Request: https://github.com/freebsd/freebsd-src/pull/721 > > Reviewed by: imp > > Should we have > > MLINKS+=wlan.4 wifi.4 > > like how we have > > MLINKS+=firewire.4 ieee1394.4 > > already? > > Jess > > > --- > > share/man/man4/wlan.4 | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/share/man/man4/wlan.4 b/share/man/man4/wlan.4 > > index 7c12e8b1f7f9..5cb7c67735c2 100644 > > --- a/share/man/man4/wlan.4 > > +++ b/share/man/man4/wlan.4 > > @@ -25,12 +25,12 @@ > > .\" > > .\" $FreeBSD$ > > .\" > > -.Dd January 26, 2021 > > +.Dd May 5, 2023 > > .Dt WLAN 4 > > .Os > > .Sh NAME > > .Nm wlan > > -.Nd generic 802.11 link-layer support > > +.Nd generic WiFi 802.11 link-layer support > > .Sh SYNOPSIS > > .Cd "device wlan" > > .Sh DESCRIPTION > >