summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2020-04-10 09:27:18 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2020-04-10 09:27:18 +0000
commitbbf6efd7b79128c9af47ec0f3994f5a5a9defb69 (patch)
treeabfef3beb0bf9c1b2d02f77e734f866dc109a71d /lib/libc/stdlib
parent3fea6e53c15f771a9232ff7c7bbf35f8dfcc924d (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/exit.37
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3
index 22204cc7f634e..9c2b79b729562 100644
--- a/lib/libc/stdlib/exit.3
+++ b/lib/libc/stdlib/exit.3
@@ -32,7 +32,7 @@
.\" @(#)exit.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd May 28, 2018
+.Dd March 22, 2020
.Dt EXIT 3
.Os
.Sh NAME
@@ -131,3 +131,8 @@ and
.Fn _Exit
functions conform to
.St -isoC-99 .
+.Sh HISTORY
+The
+.Fn exit
+function appeared in
+.At v1 .