Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Document history



details:   https://anonhg.NetBSD.org/src/rev/90c8a3c2d387
branches:  trunk
changeset: 459265:90c8a3c2d387
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun Sep 01 19:37:21 2019 +0000

description:
Document history
https://www.bell-labs.com/usr/dmr/www/man21.pdf

diffstat:

 lib/libc/stdlib/exit.3 |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 2379fe0f7e71 -r 90c8a3c2d387 lib/libc/stdlib/exit.3
--- a/lib/libc/stdlib/exit.3    Sun Sep 01 19:36:09 2019 +0000
+++ b/lib/libc/stdlib/exit.3    Sun Sep 01 19:37:21 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: exit.3,v 1.16 2013/04/26 18:29:55 christos Exp $
+.\" $NetBSD: exit.3,v 1.17 2019/09/01 19:37:21 sevan Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     from: @(#)exit.3       8.1 (Berkeley) 6/4/93
 .\"
-.Dd January 2, 2012
+.Dd September 1, 2019
 .Dt EXIT 3
 .Os
 .Sh NAME
@@ -109,3 +109,8 @@
 function
 conforms to
 .St -ansiC .
+.Sh HISTORY
+The
+.Fn exit
+function appeared in
+.At v1 .



Home | Main Index | Thread Index | Old Index