From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OVujo-0001wO-Cd for mharc-grub-devel@gnu.org; Mon, 05 Jul 2010 19:06:08 -0400 Received: from [140.186.70.92] (port=56245 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVujl-0001w9-TM for grub-devel@gnu.org; Mon, 05 Jul 2010 19:06:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVujk-00071K-GE for grub-devel@gnu.org; Mon, 05 Jul 2010 19:06:05 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:47414) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVujk-00071E-D3 for grub-devel@gnu.org; Mon, 05 Jul 2010 19:06:04 -0400 Received: by gwj17 with SMTP id 17so2530073gwj.0 for ; Mon, 05 Jul 2010 16:06:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=wj7sEUreukM5dZDjM5mQcPDY7HZBSFYnHH21ZXCKTAo=; b=O57j0eLkPWIyB8JQHTyN4LsIYn9cWMASF8kJogQfPRnvvFIDduo9CZlabmofGyzAMb JjDm/nykmuACovQjdECoSh/ZQYGRQhHSHBlsCOOWPbsXoLpiZ2pGPfh7F/32ywJVqiaW 1VXNVWLAoakvmzug5omP+ka4VrAD4LYTafNoY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Z1a+bWEywCbmXqgUWuNW+4kTjDPzVyn3yatPq/S/sq5ZdKxuW8RuEJg+b+DCp1YzZa PCOu8ejU3nZbUxVOmDuU0J+v+H8G3S4vUtlNuq7zyN1tGIGsor5dwFc02jIDzssScfjQ kv87MHX3R9Q8U/ByuwbpgXPgMe6Bas5RzTjFk= Received: by 10.100.95.6 with SMTP id s6mr4556602anb.200.1278371163250; Mon, 05 Jul 2010 16:06:03 -0700 (PDT) Received: from [192.168.0.75] (cpe-24-174-180-111.satx.res.rr.com [24.174.180.111]) by mx.google.com with ESMTPS id r7sm43742377anb.35.2010.07.05.16.06.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Jul 2010 16:06:02 -0700 (PDT) Message-ID: <4C326536.4020503@gmail.com> Date: Mon, 05 Jul 2010 18:05:26 -0500 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 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) Subject: grub.texi 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: Mon, 05 Jul 2010 23:06:07 -0000 There are several problems in grub.texi. 1. There are several references to Multiboot using @pxref or @xref, but Multiboot is not a node within grub.texi. This causes a 404 on the website. @Section History of GRUB @section GRUB features (2 times) @subsection How to boot an OS directly with GRUB They resolve properly in grub.info where there should be a separate entry for Multiboot in dir, but not in the html files (single or multi-page). I don't know if these references should be changed to @uref or not. 2. The following nodes are not found on the website. I ran makeinfo and they seem to be generated. @node Shell-like scripting @node Themes @node acpi @node badram @node GRUB only offers a rescue shell @node Invoking grub-mkconfig @node Invoking grub-mkpasswd-pbkdf2 @node Getting the source code @node Finding your way around 3. A minor bug in @node Naming convention s/@samp{1}/@samp{2}/ I fixed #1 and #3 above manually for the plain html files, but grub.texi needs to be updated for a permanent fix. I also added the missing files to get rid of the 404s in #2. -- Bruce