Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2020 09:27:18 +0000 (UTC)
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359772 - head/lib/libc/stdlib
Message-ID:  <202004100927.03A9RIum044374@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: carlavilla (doc committer)
Date: Fri Apr 10 09:27:18 2020
New Revision: 359772
URL: https://svnweb.freebsd.org/changeset/base/359772

Log:
  exit(3): Add HISTORY section
  
  PR:		240259
  Submitted by:	Gordon Bergling
  Obtained from:	OpenBSD
  Differential Revision:	https://reviews.freebsd.org/D24146

Modified:
  head/lib/libc/stdlib/exit.3

Modified: head/lib/libc/stdlib/exit.3
==============================================================================
--- head/lib/libc/stdlib/exit.3	Fri Apr 10 09:12:41 2020	(r359771)
+++ head/lib/libc/stdlib/exit.3	Fri Apr 10 09:27:18 2020	(r359772)
@@ -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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004100927.03A9RIum044374>