Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Add commas in list.



details:   https://anonhg.NetBSD.org/src/rev/a03d87fde23d
branches:  trunk
changeset: 786339:a03d87fde23d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Apr 26 19:37:04 2013 +0000

description:
Add commas in list.

diffstat:

 lib/libc/stdlib/atexit.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 1f34425b9b41 -r a03d87fde23d lib/libc/stdlib/atexit.3
--- a/lib/libc/stdlib/atexit.3  Fri Apr 26 19:36:47 2013 +0000
+++ b/lib/libc/stdlib/atexit.3  Fri Apr 26 19:37:04 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index