From owner-freebsd-www@FreeBSD.ORG Fri Jul 30 09:49:02 2010 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7490106567B; Fri, 30 Jul 2010 09:49:02 +0000 (UTC) (envelope-from simon@nitro.dk) Received: from mx.nitro.dk (unknown [77.75.165.90]) by mx1.freebsd.org (Postfix) with ESMTP id 133518FC20; Fri, 30 Jul 2010 09:49:02 +0000 (UTC) Received: from arthur.nitro.dk (arthur.bofh [192.168.2.3]) by mx.nitro.dk (Postfix) with ESMTP id 9816E2D4F98; Fri, 30 Jul 2010 09:49:00 +0000 (UTC) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 820D65C18; Fri, 30 Jul 2010 11:49:00 +0200 (CEST) Date: Fri, 30 Jul 2010 11:49:00 +0200 From: "Simon L. Nielsen" To: Stefan Hegnauer Message-ID: <20100730094859.GA1646@arthur.nitro.dk> References: <201007300600.o6U60jF0036720@www.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201007300600.o6U60jF0036720@www.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-www@freebsd.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: www/149093: stale manual pages on http://www.freebsd.org/cgi/man.cgi X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2010 09:49:02 -0000 On 2010.07.30 06:00:45 +0000, Stefan Hegnauer wrote: > When asking for manual pages for e.g. 'FreeBSD 8.0-RELEASE and > Ports' on http://www.freebsd.org/cgi/man.cgi the result is often for > other/older versions of FreeBSD. > Example: the portmaster(8) manual page from calling > 'http://www.freebsd.org/cgi/man.cgi?query=portmaster&apropos=0&sektion=0&manpath=FreeBSD+8.0-RELEASE+and+Ports&format=html' > results in the page of FBSD 7.2 from 2007. The version number you see is for the version of FreeBSD the web server is running, not related to when the manual page was from. That's just the way man(1) works. See e.g. http://bwwwdyn.freebsd.org/cgi/man.cgi?query=portmaster&manpath=FreeBSD+8.0-RELEASE+and+Ports which is another (and at this point experimental) webserver. > The same manpage on my 8.0 systems is up-to-date however, and also shows all > the options the program acquired since. While the date from 2007 indicates man.cgi does use an older version of the portmaster manual page than it should (it should be from August 24, 2009), you would still get an out of date manual page if you use the web interface to see ports manual pages. The 'FreeBSD 8.0-RELEASE and Ports' collection contains the manual pages as they were for the ports collecton included with FreeBSD 8.0 release. Anyway, there does indeed still seem to be a problem which somebody should look at. -- Simon L. Nielsen