From nobody Wed Oct 20 15:59:52 2021 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C04021802188; Wed, 20 Oct 2021 15:59:54 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HZFgG4lvSz4T0F; Wed, 20 Oct 2021 15:59:54 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 10BA0B375; Wed, 20 Oct 2021 15:59:53 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: git: 262717e270c3 - main - arswitch(4): Add new manpage To: Guangyuan Yang , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202110200335.19K3ZdfS070860@gitrepo.freebsd.org> From: John Baldwin Message-ID: <35663cb8-bddb-e108-48f8-9d09a2b2345d@FreeBSD.org> Date: Wed, 20 Oct 2021 08:59:52 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 In-Reply-To: <202110200335.19K3ZdfS070860@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N On 10/19/21 8:35 PM, Guangyuan Yang wrote: > The branch main has been updated by ygy (doc, ports committer): > > URL: https://cgit.FreeBSD.org/src/commit/?id=262717e270c3e8a28fa2937db750ba946be8c836 > > commit 262717e270c3e8a28fa2937db750ba946be8c836 > Author: Felix Johnson > AuthorDate: 2021-10-20 03:29:11 +0000 > Commit: Guangyuan Yang > CommitDate: 2021-10-20 03:35:04 +0000 > > arswitch(4): Add new manpage > > PR: 211668 > Reported by: O. Hartmann > Reviewed by: adrian, debdrup, imp > Differential Revision: https://reviews.freebsd.org/D32476 > --- > share/man/man4/arswitch.4 | 91 +++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 91 insertions(+) Do you need to add this to the Makefile so it is installed? -- John Baldwin