From owner-freebsd-doc@FreeBSD.ORG Wed Jul 20 12:53:15 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 AA34C16A41F for ; Wed, 20 Jul 2005 12:53:15 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id E18E843D48 for ; Wed, 20 Jul 2005 12:53:14 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from beatrix.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j6KCrCw4030112; Wed, 20 Jul 2005 15:53:13 +0300 Received: from beatrix.daedalusnetworks.priv (localhost [127.0.0.1]) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3) with ESMTP id j6KCrCXu017371; Wed, 20 Jul 2005 15:53:12 +0300 (EEST) Received: (from keramida@localhost) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3/Submit) id j6KCrCRw017370; Wed, 20 Jul 2005 15:53:12 +0300 (EEST) Date: Wed, 20 Jul 2005 15:53:12 +0300 From: Giorgos Keramidas To: DA Forsyth Message-ID: <20050720125312.GA17327@beatrix.daedalusnetworks.priv> References: <265471121849650-796951967bdb8@IWR50.412.spamsucks.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <265471121849650-796951967bdb8@IWR50.412.spamsucks.net> Cc: freebsd-doc@freebsd.org 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 12:53:15 -0000 On 2005-07-20 10:54, DA Forsyth wrote: > Hi > > I got this error message: > > Navigation Bar > FreeBSD.org - Document not found > 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: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html I hope this helps, - Giorgos