diff options
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/atexit.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/atexit.3 b/lib/libc/stdlib/atexit.3 index d3b1da4d76b..64fcdc63844 100644 --- a/lib/libc/stdlib/atexit.3 +++ b/lib/libc/stdlib/atexit.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: atexit.3,v 1.10 2013/04/26 18:29:55 christos Exp $ +.\" $NetBSD: atexit.3,v 1.11 2013/04/26 19:37:04 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -68,8 +68,8 @@ No memory was available to add the function to the list. The existing list of functions is unmodified. .El .Sh SEE ALSO -.Xr at_quick_exit 3 -.Xr exit 3 +.Xr at_quick_exit 3 , +.Xr exit 3 , .Xr quick_exit 3 .Sh STANDARDS The |
