From 30b3e274bef5a7e2221bad247ef4611c18bac3e3 Mon Sep 17 00:00:00 2001 From: guenther Date: Sat, 16 Aug 2014 21:09:36 +0000 Subject: [PATCH] Cover execvpe() in the description of what the envp arg means. from Justus Baumgartner (meddev50 (at) gmail.com) ok jmc@ --- lib/libc/gen/exec.3 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index fc58ed94a7d..8d0ea1e3a90 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exec.3,v 1.25 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: exec.3,v 1.26 2014/08/16 21:09:36 guenther Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: August 16 2014 $ .Dt EXEC 3 .Os .Sh NAME @@ -103,7 +103,9 @@ be terminated by a null pointer itself. .Pp The .Fn execle -function also specifies the environment of the executed process by following +and +.Fn execvpe +functions also specify the environment of the executed process by following the null pointer that terminates the list of arguments in the parameter list or the pointer to the -- 2.20.1