1 --- _SB/Libc/stdlib/FreeBSD/atexit.3 2003-05-20 15:23:24.000000000 -0700
2 +++ _SB/Libc/stdlib/FreeBSD/atexit.3.edit 2006-06-28 16:55:52.000000000 -0700
7 -.Fn atexit "void (*function)(void)"
8 +.Fn atexit "void (*func)(void)"
15 +registers the function
17 to be called at program exit, whether via
19 or via return from the program's
21 process termination, for example by calling
24 -At least 32 functions can always be registered,
25 -and more are allowed as long as sufficient memory can be allocated.
26 +At least 32 functions can always be registered;
27 +more are allowed as long as sufficient memory can be allocated.
28 .\" XXX {ATEXIT_MAX} is not implemented yet