Date: Mon, 01 Dec 2008 22:13:28 +0200 From: Manolis Kiagias <sonic2000gr@gmail.com> To: Rene Ladan <r.c.ladan@gmail.com> Cc: doc@freebsd.org Subject: Re: [Fwd: PERFORCE change 153905 for review] Message-ID: <49344568.3060509@gmail.com> In-Reply-To: <49343F34.1010405@gmail.com> References: <49343F34.1010405@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49344568.3060509>