From be4c9c66c1a92befe9eea6ee0328fdca8e3d4488 Mon Sep 17 00:00:00 2001 From: Seonghun Lim Date: Thu, 9 Nov 2017 09:26:36 +0100 Subject: [PATCH] atexit.3: wfix 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 b52e71bb8..edf6f74c6 100644 --- a/man3/atexit.3 +++ b/man3/atexit.3 @@ -133,7 +133,7 @@ of their registration by these two functions. .PP According to POSIX.1, the result is undefined if .BR longjmp (3) -is used to terminate execution of one of the functions registered +is used to terminate execution of one of the functions registered using .BR atexit (). .\" In glibc, things seem to be handled okay .SS Linux notes