Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By Corrected
Printed Page x
para.2, line 3: changed "Berkeley Standard" to "Berkeley

Software"

Anonymous  Jan 1998
Printed Page 75
1st line: changed "C-x 5" to "C-x 3"

Anonymous  Jan 1998
Printed Page 173

Line 13 read:

gcc -o stimulate.do -c -DDEBUG -g inputs.c

It now reads:

gcc -o inputs.do -c -DDEBUG -g inputs.c

Line 15 read:

gcc -o stimulate.do -c -DDEBUG -g outputs.c

It now reads:

gcc -o outputs.do -c -DDEBUG -g outputs.c

Anonymous  Jan 2000
Printed Page 177

The code used to read:

gcc -c program.o -w -O program.c
and

gcc -c other.o -w -O other.c

It now reads:

gcc -c -o program.o -w -O program.c
and

gcc -c -o other.o -w -O other.c

Anonymous  Jul 2000
Printed Page 246
added the following to the last para.

Whenever possible, our books use RepKover (tm), a durable and flexible
lay-flat binding. If the page count exceeds RepKover's limit, perfect
binding is used.

Anonymous  Jan 1998