From owner-svn-src-head@freebsd.org Tue Apr 4 15:59:08 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 650FBD2EA90 for ; Tue, 4 Apr 2017 15:59:08 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A7BDA6D for ; Tue, 4 Apr 2017 15:59:07 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 913df94d-194f-11e7-8c45-c35e37f62db1 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id 913df94d-194f-11e7-8c45-c35e37f62db1; Tue, 04 Apr 2017 15:58:39 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v34FwvNX004446; Tue, 4 Apr 2017 09:58:57 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1491321537.37037.49.camel@freebsd.org> Subject: Re: svn commit: r316488 - head/share/man/man4 From: Ian Lepore To: Sevan Janiyan , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Tue, 04 Apr 2017 09:58:57 -0600 In-Reply-To: <201704041318.v34DIuwc085550@repo.freebsd.org> References: <201704041318.v34DIuwc085550@repo.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2017 15:59:08 -0000 On Tue, 2017-04-04 at 13:18 +0000, Sevan Janiyan wrote: > Author: sevan (doc committer) > Date: Tue Apr  4 13:18:56 2017 > New Revision: 316488 > URL: https://svnweb.freebsd.org/changeset/base/316488 > > Log: >   Replace an with a >   Reword caveat on PCI 2.2 requirement. >    >   PR: 218070 >   Submitted by: >   Approved by: bcr >   MFC after: 5 days >   Differential Revision:  https://reviews.freebsd.org/D10262 > > Modified: >   head/share/man/man4/ral.4 > > Modified: head/share/man/man4/ral.4 > ============================================================================== > --- head/share/man/man4/ral.4 Tue Apr  4 11:43:31 2017 (r316487) > +++ head/share/man/man4/ral.4 Tue Apr  4 13:18:56 2017 (r316488) > @@ -14,7 +14,7 @@ >  .\" >  .\" $FreeBSD$ >  .\" > -.Dd August 4, 2015 > +.Dd April 4, 2017 >  .Dt RAL 4 >  .Os >  .Sh NAME > @@ -45,7 +45,7 @@ driver supports PCI/PCIe/CardBus wireles >  RT2501, RT2600, RT2700, RT2800, RT3090 and RT3900E chipsets. >  .Pp >  The RT2500 chipset is the first generation of 802.11b/g adapters from Ralink. > -It consists of two integrated chips, an RT2560 MAC/BBP and an RT2525 radio > +It consists of two integrated chips, a RT2560 MAC/BBP and a RT2525 radio 'An' was correct for these usages.  The choice should be based on the sound of the word that follows, which in this case is 'ar'. -- Ian