File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4315,8 +4315,8 @@ These functions may be used to create and manage processes.
43154315 The variants which include a "p" near the end (:func: `execlp `,
43164316 :func: `execlpe `, :func: `execvp `, and :func: `execvpe `) will use the
43174317 :envvar: `PATH ` environment variable to locate the program *file *. When the
4318- environment is being replaced (using one of the :func: ` exec \* e <execl> ` variants,
4319- discussed in the next paragraph ), the new environment is used as the source of
4318+ environment is being replaced (see * Environment variables *
4319+ below ), the new environment is used as the source of
43204320 the :envvar: `PATH ` variable.
43214321
43224322 The variants without "p" (:func: `execl `, :func: `execle `,
You can’t perform that action at this time.
0 commit comments