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 .
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to