]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
atexit.3: wfix
authorSeonghun Lim <wariua@gmail.com>
Thu, 9 Nov 2017 08:26:36 +0000 (09:26 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 9 Nov 2017 08:26:36 +0000 (09:26 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/atexit.3

index b52e71bb831859700806728d3ac03c510ef4b254..edf6f74c6cde787d6f0dc5e5f0dfa6b97a73ae0b 100644 (file)
@@ -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