diff --git a/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml index 84ac07b233..4657f5ddd5 100644 --- a/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml +++ b/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml @@ -1,7 +1,7 @@ @@ -353,7 +353,7 @@ int main() { - Limiting your program's environment + Limiting your program's environment chroot() @@ -480,7 +480,8 @@ int main() { - Race Conditions + + Race Conditions A race condition is anomalous behavior caused by the unexpected dependence on the relative timing of events. In