1 --- exec.3.orig 2003-09-10 12:24:32.000000000 -0700
2 +++ exec.3 2004-10-24 17:12:17.000000000 -0700
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[]"
34 -functions also specify the environment of the executed process by following
35 +function also specify the environment of the executed process by following
38 pointer that terminates the list of arguments in the argument list
40 these functions will execute the shell with the path of
41 the file as its first argument.
42 (If this attempt fails, no further searching is done.)
46 -executes a file with the program tracing facilities enabled (see
62 for any of the errors specified for the library function