1 --- exec.3.orig Tue May 20 15:21:01 2003
2 +++ exec.3 Mon Oct 27 23:21:54 2003
13 .Fn execle "const char *path" "const char *arg" ...
15 -.Fn exect "const char *path" "char *const argv[]" "char *const envp[]"
17 .Fn execv "const char *path" "char *const argv[]"
19 .Fn execvp "const char *file" "char *const argv[]"
29 functions provide an array of pointers to null-terminated strings that
36 -functions also specify the environment of the executed process by following
37 +function also specify the environment of the executed process by following
40 pointer that terminates the list of arguments in the argument list
42 these functions will execute the shell with the path of
43 the file as its first argument.
44 (If this attempt fails, no further searching is done.)
48 -executes a file with the program tracing facilities enabled (see
64 for any of the errors specified for the library function