From owner-freebsd-current@freebsd.org Mon Apr 19 07:27:38 2021 Return-Path: Delivered-To: freebsd-current@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 D71325E4FFD for ; Mon, 19 Apr 2021 07:27:38 +0000 (UTC) (envelope-from bapt@nours.eu) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4FNz164GCcz3JZq for ; Mon, 19 Apr 2021 07:27:38 +0000 (UTC) (envelope-from bapt@nours.eu) Received: by mailman.nyi.freebsd.org (Postfix) id 902E95E55A1; Mon, 19 Apr 2021 07:27:38 +0000 (UTC) Delivered-To: current@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 8FFA75E55A0 for ; Mon, 19 Apr 2021 07:27:38 +0000 (UTC) (envelope-from bapt@nours.eu) Received: from aniel.nours.eu (ns393929.ip-176-31-115.eu [176.31.115.77]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNz163JZRz3Jfx; Mon, 19 Apr 2021 07:27:37 +0000 (UTC) (envelope-from bapt@nours.eu) Received: by aniel.nours.eu (Postfix, from userid 1001) id A34723A466; Mon, 19 Apr 2021 09:27:23 +0200 (CEST) Date: Mon, 19 Apr 2021 09:27:23 +0200 From: Baptiste Daroussin To: Ed Maste Cc: Warner Losh , current Subject: Re: sys/sys/param.h: 'main' instead of 'Master'? Message-ID: <20210419072723.jd5jyys4go3rfwkv@aniel.nours.eu> References: <202104161729.13GHT0g1053366@gndrsh.dnsmgr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4FNz163JZRz3Jfx X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Mailman-Approved-At: Mon, 19 Apr 2021 08:27:14 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2021 07:27:38 -0000 On Sun, Apr 18, 2021 at 07:07:44PM -0400, Ed Maste wrote: > On Fri, 16 Apr 2021 at 16:22, Warner Losh wrote: > > > > > > As well as "Origin". > > > > > > (Single) Source of Truth, maybe? > > > > s/Master, p/P/ also makes sense. > > IMO instead of lightly rewording the existing comment we could just > remove it, it doesn't really add any clarity. > > Instead we ought to add an introductory sentence or two to the block > comment above, explaining what __FreeBSD_version actually is. fully agreed here! I had to explained many time what __FreeBSD_version actually was. A clear comment would be great ;) Bapt