svn commit: r359210 - head/lib/libc/gen

Sergio Carlavilla Delgado carlavilla at FreeBSD.org
Sun Mar 22 12:57:51 UTC 2020


Author: carlavilla (doc committer)
Date: Sun Mar 22 12:57:49 2020
New Revision: 359210
URL: https://svnweb.freebsd.org/changeset/base/359210

Log:
  exec man page: Add HISTORY section
  
  PR:		240258
  Submitted by:	gbergling at gmail.com
  Patch by:	gbergling at gmail.com
  Approved by:	bcr@(mentor)
  MFC after:	2 days
  Differential Revision:	https://reviews.freebsd.org/D24145

Modified:
  head/lib/libc/gen/exec.3

Modified: head/lib/libc/gen/exec.3
==============================================================================
--- head/lib/libc/gen/exec.3	Sun Mar 22 11:44:24 2020	(r359209)
+++ head/lib/libc/gen/exec.3	Sun Mar 22 12:57:49 2020	(r359210)
@@ -28,7 +28,7 @@
 .\"     @(#)exec.3	8.3 (Berkeley) 1/24/94
 .\" $FreeBSD$
 .\"
-.Dd July 28, 2018
+.Dd March 22, 2020
 .Dt EXEC 3
 .Os
 .Sh NAME
@@ -310,6 +310,11 @@ and
 functions
 conform to
 .St -p1003.1-88 .
+.Sh HISTORY
+The
+.Fn exec
+function appeared in
+.At v1.
 The
 .Fn execvP
 function first appeared in


More information about the svn-src-head mailing list