diff options
| -rw-r--r-- | man3/exec.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/exec.3 b/man3/exec.3 index 139de55a81..07a97742cc 100644 --- a/man3/exec.3 +++ b/man3/exec.3 @@ -135,7 +135,7 @@ In addition, certain errors are treated specially. .PP If permission is denied for a file (the attempted -.BR execve () +.BR execve (2) returned .BR EACCES ), these functions will continue searching the rest of the search path. @@ -146,7 +146,7 @@ set to .BR EACCES . .PP If the header of a file isn't recognized (the attempted -.BR execve () +.BR execve (2) returned .BR ENOEXEC ), these functions will execute the shell |
