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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


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



Version Location Description Submitted By
Printed Page 26
The third and forth set of examples

$ mycommand 2> errorfile
In the third example the 2 is an argument for mycommand, this becomes a biggerproblem
in the forth example;

$ mycommand > outfile 2> errorfile
$ mycommand > outfile 2>&1

The number 2 doesn't do anything in this example... you could get rid of the 2, get
rid of the space or quote the filename 'outfile 2'. I would go for:

$ mycommand > outfile2 > errorfile
$ mycommand > outfile2 >&1

Anonymous 
Printed Page 56
Last paragraph, * note

At bottom of page, * Uncer the hood, soffice comprises.....

This should be up at the top of the page, under the soffice section not in the File Properties section.

Anonymous