From 0512f57cea84ad7216c5e708d3f7d8521cf29dda Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 9 Feb 2018 07:00:17 +0100 Subject: [PATCH] atexit.3: wfix Reported-by: Robin Kuzmin Signed-off-by: Michael Kerrisk --- man3/atexit.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/atexit.3 b/man3/atexit.3 index edf6f74c6..139d90f87 100644 --- a/man3/atexit.3 +++ b/man3/atexit.3 @@ -97,7 +97,7 @@ Functions registered using are not called if a process terminates abnormally because of the delivery of a signal. .PP -If one of the functions registered functions calls +If one of the registered functions calls .BR _exit (2), then any remaining functions are not invoked, and the other process termination steps performed by