Running Linux, 4th Edition by Matt Welsh, Lar Kaufman, Terry Dawson, Matthias Kalle Dalheimer The following errata were corrected in the 2/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 {190} 3rd paragraph, inset; lrwxrwxrw 1 root root 17 Dec 10 1999 /lib/libncurses.so.5 -> libncurses.so.4.2 -rwxr-xr-x 1 root root 319472 May 11 2001 /lib/libncurses.so.5.2 -rwxr-xr-x 1 root root 231042 May 11 2001 /lib/libncurses.so.5.4 The symbolic link in the first line NOW READS: lrwxrwxrw 1 root root 17 Dec 10 1999 /lib/libncurses.so.5 -> libncurses.so.5.2 [439] second half of the page; In the code of the extensive makefile example: readimh: read.o edit.o gcc -o readimh main.o read.o NOW READS: readimh: read.o main.o gcc -o readimh main.o read.o