From owner-svn-src-all@freebsd.org Tue May 17 15:46:05 2016 Return-Path: Delivered-To: svn-src-all@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 AD6A8B3F7B8; Tue, 17 May 2016 15:46:05 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E1D467779; Tue, 17 May 2016 15:46:05 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 7F420B97F; Tue, 17 May 2016 11:46:04 -0400 (EDT) From: John Baldwin To: Greg 'groggy' Lehey Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r300003 - head/share/man/man4 Date: Tue, 17 May 2016 08:44:01 -0700 Message-ID: <4621317.8YDbq6YmRn@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <20160517071619.GX4617@eureka.lemis.com> References: <201605170440.u4H4e1Fe082375@repo.freebsd.org> <1514281.0ZCu4236n8@ralph.baldwin.cx> <20160517071619.GX4617@eureka.lemis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 17 May 2016 11:46:04 -0400 (EDT) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2016 15:46:05 -0000 On Tuesday, May 17, 2016 05:16:19 PM Greg 'groggy' Lehey wrote: > On Tuesday, 17 May 2016 at 0:04:51 -0700, John Baldwin wrote: > > On Tuesday, May 17, 2016 04:40:01 AM Greg Lehey wrote: > >> Author: grog > >> Date: Tue May 17 04:40:00 2016 > >> New Revision: 300003 > >> URL: https://svnweb.freebsd.org/changeset/base/300003 > >> > >> Log: > >> Correct use of incorrect grammar. > >> > >> Modified: > >> head/share/man/man4/gdb.4 > >> > >> Modified: head/share/man/man4/gdb.4 > >> ============================================================================== > >> --- head/share/man/man4/gdb.4 Tue May 17 04:03:45 2016 (r300002) > >> +++ head/share/man/man4/gdb.4 Tue May 17 04:40:00 2016 (r300003) > >> @@ -595,7 +595,7 @@ run the link at more than 9600 bps. > >> Firewire connections do not have this problem. > >> .Pp > >> The debugging macros > >> -.Dq "just grown" . > >> +.Dq "just growed" . > > > > "grew"? > > "Just growed". Did you never read Uncle Tom's Cabin? Check Topsy. http://www.dictionary.com/browse/grow?s=t We attempt to write our documentation in English. If you're going to do a token commit to fix incorrect grammar, you should at least use correct grammar. Alternatively, if you want to make a token commit, at least pick a patch in a docs PR and do something a bit more substantial. -- John Baldwin