]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/atexit.3
time.1, _syscall.2, acct.2, getsockname.2, nanosleep.2, pciconfig_read.2, sched_get_p...
[thirdparty/man-pages.git] / man3 / atexit.3
index f771be390f4b974e994c1986ff687e18fda60b8c..13ffacf3e8b0aa4b7aa0d4ad83a9dd3196dd203a 100644 (file)
@@ -42,10 +42,13 @@ atexit \- register a function to be called at normal process termination
 .SH DESCRIPTION
 The
 .BR atexit ()
-function registers the given \fIfunction\fP to be
+function registers the given
+.I function
+to be
 called at normal process termination, either via
 .BR exit (3)
-or via return from the program's \fImain\fP().
+or via return from the program's
+.IR main ().
 Functions so registered are called in
 the reverse order of their registration; no arguments are passed.