atexit.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Seonghun Lim 2017-11-09 09:26:36 +01:00 committed by Michael Kerrisk
parent 3da5e46892
commit be4c9c66c1
1 changed files with 1 additions and 1 deletions

View 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