Module Name: src
Committed By: wiz
Date: Fri Apr 26 19:37:04 UTC 2013
Modified Files:
src/lib/libc/stdlib: atexit.3
Log Message:
Add commas in list.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/stdlib/atexit.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdlib/atexit.3
diff -u src/lib/libc/stdlib/atexit.3:1.10 src/lib/libc/stdlib/atexit.3:1.11
--- src/lib/libc/stdlib/atexit.3:1.10 Fri Apr 26 18:29:55 2013
+++ src/lib/libc/stdlib/atexit.3 Fri Apr 26 19:37:04 2013
@@ -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 funct
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