From owner-freebsd-doc@FreeBSD.ORG Sun Oct 14 21:34:36 2012 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D223B790; Sun, 14 Oct 2012 21:34:36 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 88DEA8FC0C; Sun, 14 Oct 2012 21:34:36 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q9ELYUJG006862; Sun, 14 Oct 2012 15:34:30 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q9ELYTIJ006859; Sun, 14 Oct 2012 15:34:29 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 14 Oct 2012 15:34:29 -0600 (MDT) From: Warren Block To: Sergey Kandaurov Subject: Re: Rendering problem with In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sun, 14 Oct 2012 15:34:30 -0600 (MDT) Cc: doc@freebsd.org, Gabor Kovesdan X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2012 21:34:36 -0000 On Sun, 14 Oct 2012, Sergey Kandaurov wrote: > On 14 October 2012 18:56, Warren Block wrote: >> There is a question and answer section at the end of the Rebuilding "world" >> section of the Handbook: >> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html#Q25.7.14.1. >> >> Note how the first question is shown. Now look at the next question: the >> question text is not shown, just the number. The DocBook source for that >> question: >> >> >> signal 11 >> >> My compile failed with lots of signal 11 (or other signal >> number) errors. What has happened? >> >> >> It appears the renderer is being confused by the , which it >> should ignore. > > Hi. > This is probably the result of sgml2xml mismerge in r39534. > I guess the tag should be inside , not . That does work. Still, seems like it should be valid before the question also. Or between the two.