Module Name: src
Committed By: sevan
Date: Sun Sep 1 19:37:21 UTC 2019
Modified Files:
src/lib/libc/stdlib: exit.3
Log Message:
Document history
https://www.bell-labs.com/usr/dmr/www/man21.pdf
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/stdlib/exit.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/exit.3
diff -u src/lib/libc/stdlib/exit.3:1.16 src/lib/libc/stdlib/exit.3:1.17
--- src/lib/libc/stdlib/exit.3:1.16 Fri Apr 26 18:29:55 2013
+++ src/lib/libc/stdlib/exit.3 Sun Sep 1 19:37:21 2019
@@ -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 @@ The
function
conforms to
.St -ansiC .
+.Sh HISTORY
+The
+.Fn exit
+function appeared in
+.At v1 .