Errata

UNIX System Programming  for System VR4

Errata for UNIX System Programming for System VR4

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

Version Location Description Submitted By Date submitted Date corrected
Printed
Page iii
changed "Bonn Cambridge" to "Cambridge Koln"

Anonymous    Sep 01, 1997
Printed
Page xviii
changed both instances of "ora.com" to "oreilly.com"

Anonymous    Sep 01, 1997
Printed
Page xx-xxii
The following text was added to the Preface

How to Contact Us

We have tested and verified the information in this book to the best of our
ability, but you may find that features have changed (or even that we have
made mistakes!). Please let us know about any errors you find, as well as
your suggestions for future editions, by writing to:

O'Reilly & Associates, Inc.
101 Morris Street
Sebastopol, CA 95472
1-800-998-9938 (in the U.S. or Canada)
1-707-829-0515 (international/local)
1-707-829-0104 (FAX)

You can also send us messages electronically. To be put on the mailing list
or request a catalog, send email to:

info@oreilly.com

To ask technical questions or comment on the book, send email to:

bookquestions@oreilly.com

We have a web site for the book, where we'll list examples, errata, and any
plans for future editions. You can access this page at:

http://www.oreilly.com/catalog/9781565921634/

For more information about this book and others, see the O'Reilly web site:

http://www.oreilly.com

Anonymous    May 01, 2000
Printed
Page 35
last line: changed "'0'" to "''"

Anonymous    Sep 01, 1997
Printed
Page 45
changed the code line

char *template[32];

to read:

char template[32];

Anonymous    Feb 01, 1998
Printed
Page 364

changed second para. to read:

Just like pipes, FIFOs can have multiple processes writing to
them. However, if this is the case, each writer must be careful to
keep his writes no larger than PIPE_BUF bytes, or the data from
multiple processes will become intermixed. In Solaris 2.x, FIFOs are
full-duplex communications channels that allow bidirectional
communication, but this behavior is not standard, and should not be
relied upon if portability is an issue.

Anonymous    Feb 01, 1998
Printed
Page 395
last code example, next-to-last line: changed "*h_addr_list"

to "**h_addr_list"

Anonymous    Sep 01, 1997
Printed
Page 598
added the following to the end of the next-to-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    Sep 01, 1997