svn commit: r363761 - stable/12/lib/libc/stdlib

Gordon Bergling gbe at FreeBSD.org
Sat Aug 1 14:00:48 UTC 2020


Author: gbe (doc committer)
Date: Sat Aug  1 14:00:47 2020
New Revision: 363761
URL: https://svnweb.freebsd.org/changeset/base/363761

Log:
  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

Modified:
  stable/12/lib/libc/stdlib/exit.3
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/stdlib/exit.3
==============================================================================
--- stable/12/lib/libc/stdlib/exit.3	Sat Aug  1 13:56:31 2020	(r363760)
+++ stable/12/lib/libc/stdlib/exit.3	Sat Aug  1 14:00:47 2020	(r363761)
@@ -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 .


More information about the svn-src-all mailing list