From owner-freebsd-arch@FreeBSD.ORG Tue Oct 28 01:38:44 2014 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AAB7D8B for ; Tue, 28 Oct 2014 01:38:44 +0000 (UTC) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 623C7674 for ; Tue, 28 Oct 2014 01:38:44 +0000 (UTC) Received: by mail-ig0-f171.google.com with SMTP id l13so7520176iga.16 for ; Mon, 27 Oct 2014 18:38:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9zJD3siXNgT+6dlgmvHbJF8qc/tQvRviFPp+YFrcBgQ=; b=RvicKfs2+EX/+9o00gAQ13SsQKdSGmIy5UtPqu4ZRlJPdn6s2+va63yDm9vA5I+aw1 3H5cC0eNGpQCPT9OOQEjzeqnXPAc+5YuDcUCZ2Y3nI5vaIhGu27uSPaUiTz6a0pXAo+K 8peMj20p2q+ZpQPEUUt6cxijfNeA4B4EmBw+ZAtOz7ZO8mH2qNqp8NIgwhE+Yp0mu2Fa UQz2XATCJhUPKfwG8Aes7tUK5o3bgV+IIhkp1aVJoD5SKkdTbvhV+OdN1KAQgvN75lq0 mhIHpgI4hg3fg6ndlI34c2lshcYXW+mxvqKhMHdXxKR24pkvSAw6RqXytPz927py9ivF JPBw== MIME-Version: 1.0 X-Received: by 10.107.18.1 with SMTP id a1mr115739ioj.83.1414460323805; Mon, 27 Oct 2014 18:38:43 -0700 (PDT) Received: by 10.50.193.135 with HTTP; Mon, 27 Oct 2014 18:38:43 -0700 (PDT) In-Reply-To: <20141028012331.GT82214@funkthat.com> References: <20141027231401.GQ82214@funkthat.com> <20141028012331.GT82214@funkthat.com> Date: Mon, 27 Oct 2014 18:38:43 -0700 Message-ID: Subject: Re: boot man pages installed four times.. From: NGie Cooper To: NGie Cooper , "freebsd-arch@FreeBSD.org Arch" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2014 01:38:44 -0000 On Mon, Oct 27, 2014 at 6:23 PM, John-Mark Gurney wrote: > NGie Cooper wrote this message on Mon, Oct 27, 2014 at 17:25 -0700: >> On Mon, Oct 27, 2014 at 4:14 PM, John-Mark Gurney wrote: >> > So, our loader man pages are currently installed four different times >> > during installworld... Once each durning sys/boot/userboot/userboot, >> > sys/boot/amd64/efi, sys/boot/i386/loader and sys/boot/i386/zfsloader >> > >> > This is because sys/boot/common/Makefile.inc defines the man pages, and >> > each of these locations include that Makefile... >> > >> > It seems like the logical thing to do is to create a sys/boot/man that >> > only installed man pages... This will partly move us to always >> > installing all man pages on all archs... >> >> Should this manpages just be installed as part of >> share/man/man
instead? > > That would involve moving the man pages from sys/boot into share/man > which IMO doesn't make much sense... Yes, they could be installed > from where ever we want, but they are usually installed from where > they reside.. > > Looks like only atf is installing from share/man when their pages are > located else where... We shouldn't introduce more, and atf should be > fixed... and it's only doing it for two man pages... > > Hmm... atf-test-case.4 seems to be in the wrong section too... section > for is for devices and device drivers, but atf-test-case doesn't have > any relation to the kernel... It should probably be moved into section > 7... Yes, I thought so too. Please file a bug and CC both jmmv and myself. Thanks!