diff options
Diffstat (limited to 'src/lib/libc/stdlib/atexit.3')
-rw-r--r-- | src/lib/libc/stdlib/atexit.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/atexit.3 b/src/lib/libc/stdlib/atexit.3 index 0b10f010fa..cc37d08b00 100644 --- a/src/lib/libc/stdlib/atexit.3 +++ b/src/lib/libc/stdlib/atexit.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: atexit.3,v 1.2 1996/08/19 08:33:22 tholo Exp $ | 36 | .\" $OpenBSD: atexit.3,v 1.3 1999/06/29 18:36:18 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt ATEXIT 3 | 39 | .Dt ATEXIT 3 |
@@ -50,11 +50,11 @@ The | |||
50 | .Fn atexit | 50 | .Fn atexit |
51 | function | 51 | function |
52 | registers the given | 52 | registers the given |
53 | .Ar function | 53 | .Fa function |
54 | to be called at program exit, whether via | 54 | to be called at program exit, whether via |
55 | .Xr exit 3 | 55 | .Xr exit 3 |
56 | or via return from the program's | 56 | or via return from the program's |
57 | .Em main . | 57 | .Fn main . |
58 | Functions so registered are called in reverse order; | 58 | Functions so registered are called in reverse order; |
59 | no arguments are passed. | 59 | no arguments are passed. |
60 | At least 32 functions can always be registered, | 60 | At least 32 functions can always be registered, |