aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/exit.3
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-08-01 14:00:47 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-08-01 14:00:47 +0000
commit1ee0e094d2439be1fde63240bcbe54fcb65e3bfc (patch)
tree4ef09218b34051f8d6cf147230682400f213270c /lib/libc/stdlib/exit.3
parentc4ed40ef6f0700f5a8dd07715b66253cce9f84d9 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/exit.3')
-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 22204cc7f634..9c2b79b72956 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 .