diff --git a/man3/atexit.3 b/man3/atexit.3 index 87aee0819..e7545f16b 100644 --- a/man3/atexit.3 +++ b/man3/atexit.3 @@ -28,7 +28,7 @@ .\" Modified 1993-07-24, Rik Faith (faith@cs.unc.edu) .\" Modified 2003-10-25, Walter Harms .\" -.TH ATEXIT 3 2003-11-01 "" "Linux Programmer's Manual" +.TH ATEXIT 3 2003-11-01 "Linux" "Linux Programmer's Manual" .SH NAME atexit \- register a function to be called at normal process termination .SH SYNOPSIS @@ -54,7 +54,7 @@ The actual limit supported by an implementation can be obtained using .LP When a child process is created via .BR fork (2), -it inherits copies of its parents registrations. +it inherits copies of its parent's registrations. Upon a successful call to one of the .BR exec (3) functions,