From 0f2111e3c3f62234f1f9d6e17ef387251cf9bb05 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 13 Jul 2007 08:32:28 +0000 Subject: [PATCH] ffix --- man3/atexit.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man3/atexit.3 b/man3/atexit.3 index 785149f2e..9d073e09c 100644 --- a/man3/atexit.3 +++ b/man3/atexit.3 @@ -47,8 +47,9 @@ or via return from the program's \fImain\fP(). Functions so registered are called in the reverse order of their registration; no arguments are passed. .LP -POSIX.1-2001 requires that an implementation allow at least ATEXIT_MAX (32) -such functions to be registered. +POSIX.1-2001 requires that an implementation allow at least +.B ATEXIT_MAX +(32) such functions to be registered. The actual limit supported by an implementation can be obtained using .BR sysconf (3). .LP