diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-21 17:45:30 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-21 17:45:30 +0000 |
| commit | a51a49df4e24c4055d926b7fa03597f86b1fd1ae (patch) | |
| tree | 52ee54c67cbbab8355c4e436e7e4e8cbf0c3062b /man3/exec.3 | |
| parent | 9a77f5ef62c72dc8e93b0a9d21819f298da020c1 (diff) | |
| download | man-pages-a51a49df4e24c4055d926b7fa03597f86b1fd1ae.tar.gz | |
added Section numbers to xrefs
Diffstat (limited to 'man3/exec.3')
| -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 |
