diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-16 18:25:50 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-16 18:25:50 +0000 |
| commit | e37e328263f0fdf188edcdeb820621ecd67a32f6 (patch) | |
| tree | 623fba7a9e3a09a42df3fa237c5e6f4c430700cb /man3/exec.3 | |
| parent | 8af1ba10bd5ee1b92995fce133803f16156dca94 (diff) | |
| download | man-pages-e37e328263f0fdf188edcdeb820621ecd67a32f6.tar.gz | |
Move SEE ALSO section to end of page
Diffstat (limited to 'man3/exec.3')
| -rw-r--r-- | man3/exec.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/exec.3 b/man3/exec.3 index 933d798eb1..76b541ef95 100644 --- a/man3/exec.3 +++ b/man3/exec.3 @@ -168,13 +168,6 @@ All of these functions may fail and set .I errno for any of the errors specified for the library function .BR execve (2). -.SH "SEE ALSO" -.BR sh (1), -.BR execve (2), -.BR fork (2), -.BR ptrace (2), -.BR fexecve (3), -.BR environ (7) .SH NOTES On some other systems the default path (used when the environment does not contain the variable \fBPATH\fR) has the current working @@ -211,3 +204,10 @@ They now return if any error other than the ones described above occurs. .SH "CONFORMING TO" POSIX.1-2001. +.SH "SEE ALSO" +.BR sh (1), +.BR execve (2), +.BR fork (2), +.BR ptrace (2), +.BR fexecve (3), +.BR environ (7) |
