[Fwd: PERFORCE change 153905 for review]

Tom Rhodes trhodes at FreeBSD.org
Mon Dec 1 22:44:11 UTC 2008


On Mon, 01 Dec 2008 21:36:39 +0100
Rene Ladan <r.c.ladan at 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 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)
> > 
> 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



More information about the freebsd-doc mailing list