From owner-freebsd-doc@FreeBSD.ORG Mon Dec 1 22:44:11 2008 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47BF410656D2 for ; Mon, 1 Dec 2008 22:44:11 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (pittgoth.com [205.134.163.206]) by mx1.freebsd.org (Postfix) with ESMTP id 103938FC21 for ; Mon, 1 Dec 2008 22:44:10 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from localhost.fbsdsecure.org (c-68-83-213-214.hsd1.va.comcast.net [68.83.213.214]) (authenticated bits=0) by pittgoth.com (8.14.3/8.14.3) with ESMTP id mB1Mi92q028114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 1 Dec 2008 17:44:10 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Mon, 1 Dec 2008 17:44:05 -0500 From: Tom Rhodes To: Rene Ladan Message-Id: <20081201174405.09768d58.trhodes@FreeBSD.org> In-Reply-To: <49344AD7.5020404@gmail.com> References: <49343F34.1010405@gmail.com> <49344568.3060509@gmail.com> <49344AD7.5020404@gmail.com> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: doc@FreeBSD.org Subject: Re: [Fwd: PERFORCE change 153905 for review] X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 22:44:11 -0000 On Mon, 01 Dec 2008 21:36:39 +0100 Rene Ladan wrote: > Manolis Kiagias schreef: > > Rene Ladan wrote: > >> Hi, > >> > >> it seems our parser is a bit sloppy about missing semicolons in > >> entity references, which are compulsary according to > >> http://xml.silmaril.ie/faq.sgml > >> > >> So now I'm curious who is right :) > >> > >> Rene > >> > >> -------- Originele bericht -------- > >> Onderwerp: PERFORCE change 153905 for review > >> Datum: Mon, 1 Dec 2008 19:22:26 GMT > >> Van: Rene Ladan > >> Aan: Perforce Change Reviews > >> > >> [...] > >> > >> ==== > >> //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml#5 > >> (text+ko) ==== > >> > >> @@ -231,7 +231,7 @@ > >> page: > >> > >> Alternatively, to load the driver as a module at > >> boot time, place the > >> -following line in &man.loader.conf.5: > >> +following line in &man.loader.conf.5;: > >> > >> if_ath_load="YES" > >> > > > > Hey, this is difficult to spot. Even the parser didn't notice :) > > Seriously, I find it weird that this still renders properly. > > I am using vim with syntax coloring, and if I forget a semicolon, the > > lack of color usually reminds me. But I never expected it would render > > with a colon (esp. since the colon is then kept as part of text) > > > My vim (7.2.29 with SGML highlighting) caught it ;). Maybe the parser > is forgiving, like HTML parsers. My editor would never catch it, but I catch stuff like that when I do the secondary read/scroll through my work. -- Tom Rhodes