Linux System Programming by Robert Love This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated April 17, 2008. 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 ?page-number?: reader question or request for clarification Confirmed errors: {66} In the code sample on the bottom of page page 66; Instead of "-1" in the code snippet, the book has "−1". {193} Paragraph in middle of page; replace the paragraph that begins starting with "The kernel stores the limit ..." and ending with "... by that user" with this text - The kernel manages the resource limits on a per-process basis. A child process inherits its limits from its parent during fork; limits are maintained across exec.