Errata

Mac OS X Tiger Server Administration

Errata for Mac OS X Tiger Server Administration

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 Note Update

Version Location Description Submitted by Date submitted
Printed Page 66
First complete sentence.

partitionDrive doesn't exist--it's partitionDisk (which is correctly identified on
page 65).

Anonymous   
PDF Page 109
first code block on Assertions

function should be called `assert` not `asset`

wrong:
var asset = function(value, msg) {

right:
var assert = function(value, msg) {

Christof Haemmerle  Aug 22, 2011