Date: Sat, 12 Sep 2020 21:13:33 +0200 From: Niclas Zeising <zeising@freebsd.org> To: Gordon Bergling <gbe@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r365640 - in head: share/man/man5 share/man/man7 tools/build/options Message-ID: <642a5e43-5c57-746b-7fb0-ae686a0fa19b@freebsd.org> In-Reply-To: <202009111809.08BI9nR9034084@repo.freebsd.org> References: <202009111809.08BI9nR9034084@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <russ dot haley at gmail dot com> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?642a5e43-5c57-746b-7fb0-ae686a0fa19b>