From owner-freebsd-doc@FreeBSD.ORG Wed Jul 20 14:06:33 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA97516A565; Wed, 20 Jul 2005 14:06:08 +0000 (GMT) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from asclepius.uwa.edu.au (asclepius3.uwa.edu.au [130.95.128.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8879E43D53; Wed, 20 Jul 2005 14:06:01 +0000 (GMT) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from asclepius.kas (localhost.localdomain [127.0.0.1]) by asclepius.uwa.edu.au (Postfix) with SMTP id AC1DC183577; Wed, 20 Jul 2005 22:05:59 +0800 (WST) Received: from asclepius (localhost.localdomain [127.0.0.1]) by asclepius.prekas (Postfix) with SMTP id 9BD8E18391B; Wed, 20 Jul 2005 22:05:59 +0800 (WST) X-UWA-Client-IP: 130.95.13.9 (UWA) Received: from mooneye.ucc.gu.uwa.edu.au (mooneye.ucc.gu.uwa.edu.au [130.95.13.9]) by asclepius.input (Postfix) with ESMTP id 8FBAF18371C; Wed, 20 Jul 2005 22:05:59 +0800 (WST) Received: by mooneye.ucc.gu.uwa.edu.au (Postfix, from userid 801) id 1B0C417E75; Wed, 20 Jul 2005 22:05:59 +0800 (WST) Received: from mussel.ucc.gu.uwa.edu.au (mussel.ucc.gu.uwa.edu.au [130.95.13.18]) by mooneye.ucc.gu.uwa.edu.au (Postfix) with ESMTP id E2DA117E58; Wed, 20 Jul 2005 22:05:58 +0800 (WST) Received: from zanchey (helo=localhost) by mussel.ucc.gu.uwa.edu.au with local-esmtp (Exim 3.36 #1 (Debian)) id 1DvFCw-0006rb-00; Wed, 20 Jul 2005 22:05:58 +0800 Date: Wed, 20 Jul 2005 22:05:58 +0800 (WST) From: David Adam To: Giorgos Keramidas In-Reply-To: <20050720125312.GA17327@beatrix.daedalusnetworks.priv> Message-ID: References: <265471121849650-796951967bdb8@IWR50.412.spamsucks.net> <20050720125312.GA17327@beatrix.daedalusnetworks.priv> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SpamTest-Info: Profile: Formal (251/050713) X-SpamTest-Info: Profile: Detect Hard [UCS 290904] X-SpamTest-Info: Profile: SysLog X-SpamTest-Info: Profile: Marking Spam - Subject (UCS) [02-08-04] X-SpamTest-Status: Not detected X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release Cc: freebsd-doc@freebsd.org, DA Forsyth Subject: Re: Document not found - http://www.freebsd.org/doc/handbook/mak X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 14:06:36 -0000 Giorgos, On Wed, 20 Jul 2005, Giorgos Keramidas wrote: > On 2005-07-20 10:54, DA Forsyth wrote: > > The file > > > > http://www.freebsd.org/doc/handbook/makeworld.html. > > > > does not exist at this server. You are coming from > > > > http://www.freebsd.org/cgi/man.cgi?query=mergemaster&sektion=8&manpath=FreeBSD+5.4-RELEASE. > > That's because the manpage uses /doc/handbook to refer to the Handbook > instead of the correct, which is /doc/en_US.ISO8859-1/books/handbook. > > I've fixed the mergemaster manpage on HEAD and will merge the new URL to > the other branches after a few days. In the meantime, you can find the > same section at: While having the full URL is better, I think that this might actually be a problem with the automatic link-finder in man.cgi. /doc/handbook/makeworld.html does exist, but the link in mergemaster(8) is resolved by the CGI to "http://www.freebsd.org/doc/handbook/makeworld.html." - note the trailing '.'. I can't find another manpage reproduces this, and I can't work out the PERL that finds and creates HREFs from the URLs in the source. I might be jumping the gun, but is there a way to check that this fix definitely takes the trailing '.' off the generated link? Cheers, David Adam zanchey@ucc.gu.uwa.edu.au