Running Linux, 4th Edition by Matt Welsh, Lar Kaufman, Terry Dawson, Matthias Kalle Dalheimer The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. 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 ?page-number?: reader question or request for clarification This page was updated April 10, 2008. UNCONFIRMED errors and comments from readers: (n/a) n/a; web page contains the word "chagnes" instead of "changes" in several places. (15) 3th; One example is PDF&LATEX a package that Adobe generates PDF files directly from LATEX documents. PDF&LATEX should probably be changed to PDF2LATEX. Adobe needs to be moved one word to the right. So the complete sentence would be: One example is PDF2LATEX a package that generates Adobe PDF files directly from LATEX documents. (57) 12th paragraph; If you see a warning message such as this.... No warning message is shown. (184) bashrc functions examples The bashrc function examples didn't work on my machine. I found out that they have to be written like this: tarc () { tar czvf $1.tar.gz $1; } tarx () { tar xzvf $1; } tart () { tar tzvf $1; } with the semi-colon delimiter, and then they work.