From owner-svn-src-head@freebsd.org Tue Jul 14 16:47:06 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4D52B368734; Tue, 14 Jul 2020 16:47:06 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B5mdP0fBCz4Qtl; Tue, 14 Jul 2020 16:47:04 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 06EGkuFD013704; Tue, 14 Jul 2020 09:46:56 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 06EGku9q013703; Tue, 14 Jul 2020 09:46:56 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <202007141646.06EGku9q013703@gndrsh.dnsmgr.net> Subject: Re: svn commit: r363178 - head/contrib/mandoc In-Reply-To: <202007141202.06EC2VTA080844@repo.freebsd.org> To: Gordon Bergling Date: Tue, 14 Jul 2020 09:46:56 -0700 (PDT) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4B5mdP0fBCz4Qtl X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 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, 14 Jul 2020 16:47:06 -0000 > Author: gbe (doc committer) > Date: Tue Jul 14 12:02:30 2020 > New Revision: 363178 > URL: https://svnweb.freebsd.org/changeset/base/363178 > > Log: > Revert r362809: Mention FreeBSD in the HISTORY sections of apropos(1) and makewhatis(8). > Thank you > We don't mention the first appearance of a utility in FreeBSD, when it first > appeared in a BSD version that predates FreeBSD. > > PR: 223520, 223521 > Reported by: rgrimes, imp > Reviewed by: bcr (mentor) > Approved by: bcr (mentor) > Differential Revision: https://reviews.freebsd.org/D25521 > > Modified: > head/contrib/mandoc/apropos.1 > head/contrib/mandoc/makewhatis.8 > > Modified: head/contrib/mandoc/apropos.1 > ============================================================================== > --- head/contrib/mandoc/apropos.1 Tue Jul 14 10:55:19 2020 (r363177) > +++ head/contrib/mandoc/apropos.1 Tue Jul 14 12:02:30 2020 (r363178) > @@ -15,7 +15,7 @@ > .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF > .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. > .\" > -.Dd $Mdocdate: June 30 2020 $ > +.Dd $Mdocdate: November 22 2018 $ > .Dt APROPOS 1 > .Os > .Sh NAME > @@ -493,12 +493,6 @@ The options > .Fl acfhIKklOTWw > appeared in > .Ox 5.7 . > -.Pp > -The > -.Nm > -utility was integrated into > -.Fx 11.1 > -as part of the switch to mandoc. > .Sh AUTHORS > .An -nosplit > .An Bill Joy > > Modified: head/contrib/mandoc/makewhatis.8 > ============================================================================== > --- head/contrib/mandoc/makewhatis.8 Tue Jul 14 10:55:19 2020 (r363177) > +++ head/contrib/mandoc/makewhatis.8 Tue Jul 14 12:02:30 2020 (r363178) > @@ -15,7 +15,7 @@ > .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF > .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. > .\" > -.Dd $Mdocdate: June 30 2020 $ > +.Dd $Mdocdate: May 17 2017 $ > .Dt MAKEWHATIS 8 > .Os > .Sh NAME > @@ -211,12 +211,6 @@ and the options > .Fl aCDnQT > in > .Ox 5.6 . > -.Pp > -The > -.Nm > -utility was integrated into > -.Fx 11.1 > -as part of the switch to mandoc. > .Sh AUTHORS > .An -nosplit > .An Bill Joy > -- Rod Grimes rgrimes@freebsd.org