From 1ee0e094d2439be1fde63240bcbe54fcb65e3bfc Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 1 Aug 2020 14:00:47 +0000 Subject: [PATCH] MFC r359772 (by carlavilla): exit(3): Add a HISTORY section PR: 240259 Submitted by: gbe Reviewed by: bcr Approved by: bcr Obtained from: OpenBSD Differential Revision: https://reviews.freebsd.org/D24146 --- lib/libc/stdlib/exit.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index 22204cc7f63..9c2b79b7295 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 . -- 2.45.0