diff options
Diffstat (limited to 'man3/exec.3')
-rw-r--r-- | man3/exec.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/exec.3 b/man3/exec.3 index 617ec5c0..ccd0f7ec 100644 --- a/man3/exec.3 +++ b/man3/exec.3 @@ -178,7 +178,7 @@ these functions will execute the shell .RI ( /bin/sh ) with the path of the file as its first argument. (If this attempt fails, no further searching is done.) -.SH "RETURN VALUE" +.SH RETURN VALUE The .BR exec () functions only return if an error has have occurred. @@ -194,7 +194,7 @@ for any of the errors specified for The .BR execvpe () function first appeared in glibc 2.11. -.SH "CONFORMING TO" +.SH CONFORMING TO POSIX.1-2001, POSIX.1-2008. The @@ -236,7 +236,7 @@ and upon which they returned. They now return if any error other than the ones described above occurs. -.SH "SEE ALSO" +.SH SEE ALSO .BR sh (1), .BR execve (2), .BR fork (2), |