From owner-svn-src-head@freebsd.org Sat Sep 12 19:13:40 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 59A773E054C; Sat, 12 Sep 2020 19:13:40 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2607:f740:d:20::25]) (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 4Bpj2r02j4z4Py6; Sat, 12 Sep 2020 19:13:39 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 4Bpj2n5x3vz3n8N; Sat, 12 Sep 2020 19:13:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([127.0.0.1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [127.0.0.1]) (amavisd-new, port 10587) with ESMTPS id NpxruqwEhiHZ; Sat, 12 Sep 2020 19:13:37 +0000 (UTC) Received: from vivi.daemonic.se (vivi.daemonic.se [IPv6:2001:470:dca9:1200::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 4Bpj2k3jfLz3mRL; Sat, 12 Sep 2020 19:13:34 +0000 (UTC) Subject: Re: svn commit: r365640 - in head: share/man/man5 share/man/man7 tools/build/options To: Gordon Bergling , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <202009111809.08BI9nR9034084@repo.freebsd.org> From: Niclas Zeising Message-ID: <642a5e43-5c57-746b-7fb0-ae686a0fa19b@freebsd.org> Date: Sat, 12 Sep 2020 21:13:33 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <202009111809.08BI9nR9034084@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Bpj2r02j4z4Py6 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:36236, ipnet:2607:f740:d::/48, country:US] 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: Sat, 12 Sep 2020 19:13:40 -0000 On 2020-09-11 20:09, Gordon Bergling wrote: > Author: gbe (doc committer) > Date: Fri Sep 11 18:09:49 2020 > New Revision: 365640 > URL: https://svnweb.freebsd.org/changeset/base/365640 > > Log: > Improvements for the src.conf(5) and build(7) man pages > > PR: 203863 (based on) > Submitted by: Russell Haley > Reviewed by: bcr, imp > Approved by: imp > MFC after: 1 week > Differential Revision: https://reviews.freebsd.org/D26343 > > Modified: > head/share/man/man5/src.conf.5 > head/share/man/man7/build.7 > head/tools/build/options/makeman > > Modified: head/share/man/man5/src.conf.5 > ============================================================================== > --- head/share/man/man5/src.conf.5 Fri Sep 11 17:05:09 2020 (r365639) > +++ head/share/man/man5/src.conf.5 Fri Sep 11 18:09:49 2020 (r365640) > @@ -1,6 +1,6 @@ > .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. As the comment above hints, this file is generated by a tool, and should not be edited directly. This will be overwritten the next time someone regenerates the manual page. You have to update the template in tools/build/options/makeman and regenerate the manual from there. > .\" $FreeBSD$ > -.Dd September 8, 2020 > +.Dd September 11, 2020 > .Dt SRC.CONF 5 > .Os > .Sh NAME > @@ -9,7 +9,8 @@ > .Sh DESCRIPTION > The > .Nm > -file contains settings that will apply to every build involving the > +file contains variables that control what components will be generated during > +the build process of the > .Fx > source tree; see > .Xr build 7 . > Regards -- Niclas Zeising