Mono: A Developer's Notebook by Edd Dumbill, Niel M. Bournstein The following errata were *corrected* in the 9/04 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem (1) 2nd Paragraph,the last two words of this paragraph; The text "...you move on toChapter 4." NOW READS: "... you move on to Chapter 4." {2} First paragraph, under the section labelled "Linux"; The mono homepage HAS CHANGED to http://www.mono-project.com. [59] Program output; In the program listing of Example 3-5 the lines: Console.WriteLine(variables.GetType( )); Console.WriteLine(variableNames.GetType( )); Those two lines HAVE BEEN DELETED. (171) 4th para under "How it works"; The text of the entire paragraph previously appeared in boldface and HAS BEEN REFORMATTED as plain text. (206) command line input around the middle of the page; The command line had an extraneous whitespace character after -out:bin/, and NOW READS: $ mcs -t:library -r:System.Web.Services \ -out:bin/DirectoryLister.dll DirectoryLister.cs