Date: Mon, 1 Dec 2008 17:44:05 -0500 From: Tom Rhodes <trhodes@FreeBSD.org> To: Rene Ladan <r.c.ladan@gmail.com> Cc: doc@FreeBSD.org Subject: Re: [Fwd: PERFORCE change 153905 for review] 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 01 Dec 2008 21:36:39 +0100 Rene Ladan <r.c.ladan@gmail.com> 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 <rene@FreeBSD.org> > >> Aan: Perforce Change Reviews <perforce@FreeBSD.org> > >> > >> [...] > >> > >> ==== > >> //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml#5 > >> (text+ko) ==== > >> > >> @@ -231,7 +231,7 @@ > >> page:</para> > >> > >> <programlisting>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"</programlisting> > >> > > > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081201174405.09768d58.trhodes>