ffix/grfix

This commit is contained in:
Michael Kerrisk 2007-05-30 15:34:47 +00:00
parent 7218bcea37
commit 0b0bb11aeb
1 changed files with 2 additions and 2 deletions

View File

@ -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,