From owner-svn-src-head@freebsd.org Wed May 23 18:05:34 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C115EAAF97 for ; Wed, 23 May 2018 18:05:34 +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 83ED1769DD for ; Wed, 23 May 2018 18:05:33 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: dda8b9c0-5eb3-11e8-9855-9df12b06b3a9 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id dda8b9c0-5eb3-11e8-9855-9df12b06b3a9; Wed, 23 May 2018 18:05:25 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w4NI5OgS001398; Wed, 23 May 2018 12:05:24 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1527098724.32688.118.camel@freebsd.org> Subject: Re: svn commit: r334074 - head/sys/sys From: Ian Lepore To: John Baldwin , Matt Macy Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Wed, 23 May 2018 12:05:24 -0600 In-Reply-To: <2320762.5cWPj1u675@ralph.baldwin.cx> References: <201805230615.w4N6FtiS022201@repo.freebsd.org> <2320762.5cWPj1u675@ralph.baldwin.cx> 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.26 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, 23 May 2018 18:05:34 -0000 On Wed, 2018-05-23 at 09:43 -0700, John Baldwin wrote: > On Wednesday, May 23, 2018 06:15:55 AM Matt Macy wrote: > > > > Author: mmacy > > Date: Wed May 23 06:15:55 2018 > > New Revision: 334074 > > URL: https://svnweb.freebsd.org/changeset/base/334074 > > > > Log: > >   Bump FreeBSD_version after r333813 > > > > Modified: > >   head/sys/sys/param.h > FYI, these values are documented in > head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml in > the doc > repository. > Well, they're supposed to be. Does anybody ever actually do that? I think it would be more likely to happen if you didn't have to get intimate with xml code to add a simple note to a file. -- Ian