From owner-svn-src-stable@freebsd.org Tue Feb 12 14:55:42 2019 Return-Path: Delivered-To: svn-src-stable@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 55EE814E9273; Tue, 12 Feb 2019 14:55:42 +0000 (UTC) (envelope-from srs0=cpp7=qt=vega.codepro.be=kp@codepro.be) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.codepro.be", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA6D98F916; Tue, 12 Feb 2019 14:55:41 +0000 (UTC) (envelope-from srs0=cpp7=qt=vega.codepro.be=kp@codepro.be) Received: from vega.codepro.be (unknown [172.16.1.3]) by venus.codepro.be (Postfix) with ESMTP id 101361024A; Tue, 12 Feb 2019 15:55:41 +0100 (CET) Received: by vega.codepro.be (Postfix, from userid 1001) id 0D6622C0E7; Tue, 12 Feb 2019 15:55:41 +0100 (CET) Date: Tue, 12 Feb 2019 15:55:41 +0100 From: Kristof Provost To: Cy Schubert Cc: Dmitry Morozovsky , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r344052 - in stable/11/sbin: newfs tunefs Message-ID: <20190212145540.GJ8450@vega.codepro.be> References: <201902121403.x1CE3efp052690@repo.freebsd.org> <201902121418.x1CEI7js070949@slippy.cwsent.com> <20190212145451.GI8450@vega.codepro.be> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190212145451.GI8450@vega.codepro.be> X-Checked-By-NSA: Probably User-Agent: Mutt/1.11.2 (2019-01-07) X-Rspamd-Queue-Id: EA6D98F916 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2019 14:55:42 -0000 On 2019-02-12 15:54:51 (+0100), Kristof Provost wrote: > On 2019-02-12 06:18:07 (-0800), Cy Schubert wrote: > > In message <201902121403.x1CE3efp052690@repo.freebsd.org>, Dmitry > > Morozovsky wr > > ites: > > > Author: marck (doc committer) > > > Date: Tue Feb 12 14:03:39 2019 > > > New Revision: 344052 > > > URL: https://svnweb.freebsd.org/changeset/base/344052 > > > > > > Log: > > > MFC 343548: > > > > > > Allow dashes as a valid character in UFS labels. > > > > Approved by: Whom? > > > Doc committers do not need approval to change base system documentation. > > doc committers may commit documentation changes to src files, such as > man pages, READMEs, fortune databases, calendar files, and comment fixes > without approval from a src committer, subject to the normal care and > tending of commits. > > Source: > > https://www.freebsd.org/doc/en/articles/committers-guide/committer.types.html > Sigh, but perhaps I should have read the entire diff. Regards, Kristof