aboutsummaryrefslogtreecommitdiffstats
path: root/man3/exec.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/exec.3')
-rw-r--r--man3/exec.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/exec.3 b/man3/exec.3
index 3c65384595..d8c0e0712e 100644
--- a/man3/exec.3
+++ b/man3/exec.3
@@ -172,10 +172,6 @@ All of these functions may fail and set
.I errno
for any of the errors specified for
.BR execve (2).
-.SH VERSIONS
-The
-.BR execvpe ()
-function first appeared in glibc 2.11.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
@@ -200,6 +196,10 @@ T} Thread safety MT-Safe env
.hy
.ad
.sp 1
+.SH VERSIONS
+The
+.BR execvpe ()
+function first appeared in glibc 2.11.
.SH STANDARDS
POSIX.1-2001, POSIX.1-2008.
.PP