[Fwd: PERFORCE change 153905 for review]

Manolis Kiagias sonic2000gr at gmail.com
Mon Dec 1 20:13:39 UTC 2008


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 at FreeBSD.org>
> Aan: Perforce Change Reviews <perforce at 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)



More information about the freebsd-doc mailing list