atexit.3: wfix

Reported-by: Robin Kuzmin <kuzmin.robin@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-02-09 07:00:17 +01:00
parent e7a758e3e3
commit 0512f57cea
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ Functions registered using
are not called if a process terminates abnormally because are not called if a process terminates abnormally because
of the delivery of a signal. of the delivery of a signal.
.PP .PP
If one of the functions registered functions calls If one of the registered functions calls
.BR _exit (2), .BR _exit (2),
then any remaining functions are not invoked, then any remaining functions are not invoked,
and the other process termination steps performed by and the other process termination steps performed by