Sun Sep 1 19:37:21 2019 UTC ()
Document history
https://www.bell-labs.com/usr/dmr/www/man21.pdf


(sevan)
diff -r1.16 -r1.17 src/lib/libc/stdlib/exit.3

cvs diff -r1.16 -r1.17 src/lib/libc/stdlib/exit.3 (expand / switch to context diff)
--- src/lib/libc/stdlib/exit.3 2013/04/26 18:29:55 1.16
+++ src/lib/libc/stdlib/exit.3 2019/09/01 19:37:21 1.17
@@ -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 .