From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1PqrsO-0004k8-Or for mharc-grub-devel@gnu.org; Sat, 19 Feb 2011 13:49:52 -0500 Received: from [140.186.70.92] (port=37858 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqrsM-0004ip-6H for grub-devel@gnu.org; Sat, 19 Feb 2011 13:49:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqrsK-0005cG-GV for grub-devel@gnu.org; Sat, 19 Feb 2011 13:49:50 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:40476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqrsK-0005c0-8m for grub-devel@gnu.org; Sat, 19 Feb 2011 13:49:48 -0500 Received: by yxt33 with SMTP id 33so176579yxt.0 for ; Sat, 19 Feb 2011 10:49:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=VApNlALBfvgShCx/UGCBLRhekPNivZVY6RMHTdDBLes=; b=EPvZNvfFgO7UcvPuuYCsRK+6j+7jCSu6v24K/aDKmSct9AadBcyMKIVyTdfOuqXTyS 3SoHaFI+BaXEXrWZ6vhx/KWSjvJ+ZrGEuziGiu35In+axDLCmPQIJ/My6M2EEqRv3tfr KNYkkffF37b5xVr3HhIGgxEkv8Els6HiRfEJo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=R/GgK4LJgyy1blLM1qQHYoL9LPYUTO7KEplG5shgKw/uvniXFPx44SPhdK7Dol4GEi yjbBSoUEhaP0CGqWnt2CcL8jqb/vmU0js0306cahxnq36EKT80en/41ZnkP8tOzKa+S0 j3u52P71SLir2cOgkLwZdcfCdV/IFEpatUiEc= Received: by 10.100.174.5 with SMTP id w5mr968364ane.171.1298141384811; Sat, 19 Feb 2011 10:49:44 -0800 (PST) Received: from [192.168.0.75] (cpe-72-181-111-242.satx.res.rr.com [72.181.111.242]) by mx.google.com with ESMTPS id b27sm4269705ana.28.2011.02.19.10.49.43 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 19 Feb 2011 10:49:44 -0800 (PST) Message-ID: <4D6010C7.4040001@gmail.com> Date: Sat, 19 Feb 2011 12:49:43 -0600 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GNU GRUB References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.169 Subject: Minor GRUB manual issue X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 18:49:51 -0000 http://www.gnu.org/software/grub/manual/grub.html The on-line manual has a link problem. There are several references to http://www.gnu.org/software/grub/manual/multiboot.html#Top that should be http://www.gnu.org/software/grub/manual/multiboot/multiboot.html I traced the problem to grub.texi where the link is specified by @pxref{Top, Multiboot Specification, Motivation, multiboot, The Multiboot Specification}, on lines 165, 272, 376, and 781. I'm sure the fix is simple, but I don't know enough about texinfo to do it. Thanks to Roberth Kulbin for the report. -- Bruce