From owner-freebsd-stable@FreeBSD.ORG Mon Dec 15 05:39:25 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EE39126; Mon, 15 Dec 2014 05:39:25 +0000 (UTC) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E363B6A2; Mon, 15 Dec 2014 05:39:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id sBF5crNO039750; Mon, 15 Dec 2014 16:38:54 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Mon, 15 Dec 2014 16:38:53 +1100 (EST) From: Ian Smith To: Mehmet Erol Sanliturk Subject: Elusive manpage [was: i386 PAE kernel works fine on 10-stable] In-Reply-To: Message-ID: <20141215161550.M68123@sola.nimnet.asn.au> References: <1418579278.2026.9.camel@freebsd.org> <1418580756.2026.12.camel@freebsd.org> <847BD158-0867-4F5F-83A9-1651E77D29EF@mu.org> <1418587165.977.0.camel@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Alfred Perlstein , FreeBSD Stable , Ian Lepore X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2014 05:39:25 -0000 On Sun, 14 Dec 2014 12:28:10, Mehmet Erol Sanliturk wrote: > In FreeBSD Handbook , > > " > 2.2. Minimum Hardware Requirements > i386 > pae(4) for details > " > > when pae(4) is clicked : > > https://www.freebsd.org/cgi/man.cgi?query=pae&sektion=4 > https://www.freebsd.org/cgi/man.cgi?query=pae&apropos=0&sektion=0&manpath=FreeBSD+10.1-RELEASE&arch=default&format=html > > response is > > "Sorry, no data found for `pae'." Indeed. I was going to respond that manpages relating only to (eg) i386 - such as PAE and a network adapter (ep(4)) I recently hunted - don't show up if you've left the default setting of 'default' architecture, which is apparently amd64, but then I checked .. This one doesn't show up on 10.1-RELEASE, even once you've selected i386, but it does for 10.0-RELEASE, 10.0-stable .. and 10.1-stable! Also for 9.3-RELEASE and -stable, and earlier. Personally I think the 'default' arch selector should specifically say 'amd64' rather than 'default', or better still 'default' should mean the default for the manpage concerned, which in this case would be i386. IOW if a manpage exists for any arch, it should show up, at least as a hint that it exists on another arch than (the unspecified) 'default'. cheers, Ian