diff options
| author | wiz <wiz@NetBSD.org> | 2013-04-26 19:37:04 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2013-04-26 19:37:04 +0000 |
| commit | 4efd712fdc868b7b2b9a0bbf390f37bc08f418d7 (patch) | |
| tree | 53ec34fa7e449f738e9ab2f8d4a9eb9a67e79d1d /lib/libc/stdlib | |
| parent | d23b384456f9826cfe8aab04b2e796d9d983482e (diff) | |
Add commas in list.
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 |
