From owner-svn-src-head@freebsd.org Wed May 18 06:00:34 2016 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 24FB8B4074B; Wed, 18 May 2016 06:00:34 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 EAC6016CA; Wed, 18 May 2016 06:00:33 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4I60Xvn049523; Wed, 18 May 2016 06:00:33 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4I60X99049522; Wed, 18 May 2016 06:00:33 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201605180600.u4I60X99049522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 18 May 2016 06:00:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300118 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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: Wed, 18 May 2016 06:00:34 -0000 Author: gjb Date: Wed May 18 06:00:32 2016 New Revision: 300118 URL: https://svnweb.freebsd.org/changeset/base/300118 Log: Revert r300003, and use proper grammar. While here, bump .Dd, which should have been done with previous commit. Modified: head/share/man/man4/gdb.4 Modified: head/share/man/man4/gdb.4 ============================================================================== --- head/share/man/man4/gdb.4 Wed May 18 05:59:05 2016 (r300117) +++ head/share/man/man4/gdb.4 Wed May 18 06:00:32 2016 (r300118) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 8, 2005 +.Dd May 17, 2016 .Dt GDB 4 .Os .Sh NAME @@ -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 growed" . +.Dq just grew. In general, the person who wrote them did so while looking for a specific problem, so they may not be general enough, and they may behave badly when used in ways for which they were not intended, even if those ways make sense.