From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1SkdBg-0001Td-5V for mharc-grub-devel@gnu.org; Fri, 29 Jun 2012 11:32:48 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkdBd-0001T8-Or for grub-devel@gnu.org; Fri, 29 Jun 2012 11:32:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkdBc-0004Ql-38 for grub-devel@gnu.org; Fri, 29 Jun 2012 11:32:45 -0400 Received: from mail-gh0-f169.google.com ([209.85.160.169]:33129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkdBb-0004QB-Re for grub-devel@gnu.org; Fri, 29 Jun 2012 11:32:44 -0400 Received: by ghrr18 with SMTP id r18so3371728ghr.0 for ; Fri, 29 Jun 2012 08:32:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=6yIyyOHcDzFobFOMkpIaOUf7ixtJxhmRqYUARzjYRw4=; b=wjfvzlzWHEHfsagC1Ey94FeW6e1bB09Yvi+AD7EJ0D/I8SqB8M2R/pWbma9sAlEoyV iQAJ9EQw1ho/fDcI2s1deoX/H08Aljfpa4jFaB1w6HKb1MqkHGTi3/SmytOp1hBRZMtd dX17RwloCWHdWvwu0vXpCFtLfFEH8FE6QhIz7NCmHPMv6dxy2y8FEoCCa4f8wMeFF0Yr PYRSLKZG7wnpEhiGIUhUwB9aw75/N+FNtpCU8WFJ4bWWSuViKGrDfpwN7Jk19XDNSnfI VXTnqK5wo+XnrZHe5tQLPQVYaS6vqyX/mdPkFNmXuBZ0ZCpp0gw5qkMxuuzkV/85TPv4 cTYQ== Received: by 10.236.155.8 with SMTP id i8mr3330764yhk.84.1340983961520; Fri, 29 Jun 2012 08:32:41 -0700 (PDT) Received: from [192.168.0.75] (cpe-70-123-218-92.satx.res.rr.com. [70.123.218.92]) by mx.google.com with ESMTPS id c12sm3140751ann.15.2012.06.29.08.32.40 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 29 Jun 2012 08:32:40 -0700 (PDT) Message-ID: <4FEDCA96.1030507@gmail.com> Date: Fri, 29 Jun 2012 10:32:38 -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 Subject: Minor documentation issue Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.169 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 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: Fri, 29 Jun 2012 15:32:47 -0000 The web site still has the 2.00~rc1 manual. I was asked a question about GRUB and CD-ROMS and checked the sites's html documentation. There are at least two places where the html is generated from the texi file incorrectly. texi: * Installing GRUB using grub-install:: * Making a GRUB bootable CD-ROM:: html:
  • 3.1 Installing GRUB using grub-install
  • 3.2 Making a GRUB bootable CD-ROM The _002d sequences (instead of a dash) in the hrefs show up in url address lines. I'm sure this has something to do with texinfo, but I don't know how to fix it. By the way, the html is not well formed. There are many missing
  • tags. -- Bruce