Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Add execlpe and execvpe to the NAME section



details:   https://anonhg.NetBSD.org/src/rev/ee92d91b6ebe
branches:  trunk
changeset: 826623:ee92d91b6ebe
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Sep 17 11:45:10 2017 +0000

description:
Add execlpe and execvpe to the NAME section

diffstat:

 lib/libc/gen/exec.3 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 36910c8a6f85 -r ee92d91b6ebe lib/libc/gen/exec.3
--- a/lib/libc/gen/exec.3       Sun Sep 17 09:59:23 2017 +0000
+++ b/lib/libc/gen/exec.3       Sun Sep 17 11:45:10 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: exec.3,v 1.27 2016/12/10 14:13:29 rin Exp $
+.\"    $NetBSD: exec.3,v 1.28 2017/09/17 11:45:10 abhinav Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -35,10 +35,12 @@
 .Sh NAME
 .Nm execl ,
 .Nm execlp ,
+.Nm execlpe ,
 .Nm execle ,
 .Nm exect ,
 .Nm execv ,
-.Nm execvp
+.Nm execvp ,
+.Nm execvpe
 .Nd execute a file
 .Sh LIBRARY
 .Lb libc



Home | Main Index | Thread Index | Old Index