From owner-svn-src-all@freebsd.org Sun Sep 13 11:00:04 2020 Return-Path: Delivered-To: svn-src-all@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 267F73D51BE; Sun, 13 Sep 2020 11:00:04 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [176.58.89.161]) (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 4Bq62q5drwz42bY; Sun, 13 Sep 2020 11:00:03 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 4Bq62h0kMGz3mRL; Sun, 13 Sep 2020 10:59:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new, port 10587) with ESMTPS id N6_PrQEMcQTa; Sun, 13 Sep 2020 10:59:55 +0000 (UTC) Received: from vivi.daemonic.se (vivi.daemonic.se [IPv6:2001:470:dca9:1200::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 4Bq62g2MzCz3mQw; Sun, 13 Sep 2020 10:59:55 +0000 (UTC) Subject: Re: svn commit: r365640 - in head: share/man/man5 share/man/man7 tools/build/options To: Gordon Bergling Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <202009111809.08BI9nR9034084@repo.freebsd.org> <642a5e43-5c57-746b-7fb0-ae686a0fa19b@freebsd.org> <20200913055714.GA94386@lion.0xfce3.net> From: Niclas Zeising Message-ID: <37b43dd0-beff-903f-2977-72f10da8eb3b@freebsd.org> Date: Sun, 13 Sep 2020 12:59:54 +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: <20200913055714.GA94386@lion.0xfce3.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Bq62q5drwz42bY X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:36236, ipnet:176.58.89.0/24, country:US]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2020 11:00:04 -0000 On 2020-09-13 07:57, Gordon Bergling wrote: > 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 >>> 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. Sorry about that, I should have seen it in the commit log. Regards -- Niclas Zeising