From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1ObIGx-0001ri-OS for mharc-grub-devel@gnu.org; Tue, 20 Jul 2010 15:14:35 -0400 Received: from [140.186.70.92] (port=38940 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObIGu-0001q6-9G for grub-devel@gnu.org; Tue, 20 Jul 2010 15:14:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ObIGs-0006Mc-MN for grub-devel@gnu.org; Tue, 20 Jul 2010 15:14:32 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:51624) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObIGs-0006M8-I7 for grub-devel@gnu.org; Tue, 20 Jul 2010 15:14:30 -0400 Received: by mail-fx0-f41.google.com with SMTP id 20so3464845fxm.0 for ; Tue, 20 Jul 2010 12:14:30 -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:references:in-reply-to :x-enigmail-version:content-type; bh=n9D/BMOnUKW5I8GWPgZftf/qSt/VXmzuLPhZ1+N5ozU=; b=vL5ZHsDyVfyomtAsv10o93AYyOIwNq1VnuioydKTRyYxfKkRSmOK8bnhhUWD9PDyyW tKkRY6DhK1Wm2FBRAPI65TAJnojeDanIRSvF2xSjHQ1Joc6xIphgMX226KH5dlCVyDNf 7Q0zdwx0xU1yZC/V+BfMtaUFVBsfNXwH/H7cM= 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:x-enigmail-version:content-type; b=ZFAsUNo4H3L37/u5dp3hgwsa+n+mdwEefF6ZazTGEXoPjCxJf0PfYTza7GrQmbyp4E c0r1cHErFVih2IIy1w7x7g/ZuKkb00CHcW9nwuTvwxWlY+56cXP7cAYOuuvXkEOS5Ulf 2T4g4vEMS20x5M/6GKqA2ljPr43xPCAkrfmYI= Received: by 10.223.111.78 with SMTP id r14mr5853049fap.29.1279653269481; Tue, 20 Jul 2010 12:14:29 -0700 (PDT) Received: from debian.bg45.phnet (vpn-global-dhcp3-221.ethz.ch [129.132.210.221]) by mx.google.com with ESMTPS id e20sm1992472fak.23.2010.07.20.12.14.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Jul 2010 12:14:28 -0700 (PDT) Message-ID: <4C45E82D.5040409@gmail.com> Date: Tue, 20 Jul 2010 20:17:17 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100620 Icedove/3.0.5 MIME-Version: 1.0 To: grub-devel@gnu.org References: <4C326536.4020503@gmail.com> In-Reply-To: <4C326536.4020503@gmail.com> X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigD98679570E6C7F8EE7D32F74" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: 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: Tue, 20 Jul 2010 19:14:33 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD98679570E6C7F8EE7D32F74 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/06/2010 01:05 AM, Bruce Dubbs wrote: > 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. > I'm not familiar with texinfo enough to judge on this. Can anybody more competent on this matter than me respond? > 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 > Ugh, cvs manipulation mistake, sorry. > 3. A minor bug in @node Naming convention > > s/@samp{1}/@samp{2}/ > Adjusted "Naming convention" to reflect new state of things > > 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 > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enigD98679570E6C7F8EE7D32F74 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAkxF6C0ACgkQNak7dOguQglUmgEAidb/dOZcqrFnHw7tUsR7NTRu OTiJTc3pAx+UGStDfFMA/j7L+T/9wsmJSJzYb431BWVEwpLJ0vatdmkI+X2NZG7F =EhMl -----END PGP SIGNATURE----- --------------enigD98679570E6C7F8EE7D32F74--