Module Name:    src
Committed By:   sevan
Date:           Sun Sep  1 19:33:45 UTC 2019

Modified Files:
        src/lib/libc/gen: exec.3

Log Message:
Document history of exec()
Move statement on execlpe() & execvpe() to HISTORY section.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/gen/exec.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/exec.3
diff -u src/lib/libc/gen/exec.3:1.29 src/lib/libc/gen/exec.3:1.30
--- src/lib/libc/gen/exec.3:1.29	Mon Sep 18 08:48:23 2017
+++ src/lib/libc/gen/exec.3	Sun Sep  1 19:33:45 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: exec.3,v 1.29 2017/09/18 08:48:23 wiz Exp $
+.\"	$NetBSD: exec.3,v 1.30 2019/09/01 19:33:45 sevan Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)exec.3	8.3 (Berkeley) 1/24/94
 .\"
-.Dd September 26, 2014
+.Dd September 1, 2019
 .Dt EXEC 3
 .Os
 .Sh NAME
@@ -279,6 +279,11 @@ and
 conform to
 .St -p1003.1-90 .
 .Pp
+.Sh HISTORY
+The
+.Fn exec
+function appeared in
+.At v1 .
 The
 .Fn execlpe
 function appeared first in QNX and the

Reply via email to