Date: Sun, 13 Sep 2020 07:57:14 +0200 From: Gordon Bergling <gbe@freebsd.org> To: Niclas Zeising <zeising@freebsd.org> Cc: 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: <20200913055714.GA94386@lion.0xfce3.net> In-Reply-To: <642a5e43-5c57-746b-7fb0-ae686a0fa19b@freebsd.org> References: <202009111809.08BI9nR9034084@repo.freebsd.org> <642a5e43-5c57-746b-7fb0-ae686a0fa19b@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Niclas, On Sat, Sep 12, 2020 at 09:13:33PM +0200, Niclas Zeising wrote: > 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. I did updated 'tools/build/options/makeman' with this commit. I justed commited the newly generated src.conf.5 alongside and not with a separate commit. > > .\" $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 -- Gordon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200913055714.GA94386>