exec.3: Fix description of 'e' variants

The envp argument specifies the environment of the new process image,
not "the environment of the caller".

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Josh Triplett 2021-03-20 00:57:14 +01:00 committed by Michael Kerrisk
parent 01926df072
commit a198453571
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ The array of pointers
.I must
be terminated by a null pointer.
.SS e - execle(), execvpe()
The environment of the caller is specified via the argument
The environment of the new process image is specified via the argument
.IR envp .
The
.I envp