diff options
Diffstat (limited to 'man3/fexecve.3')
| -rw-r--r-- | man3/fexecve.3 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/man3/fexecve.3 b/man3/fexecve.3 index 78d0efee99..2adb1d66bb 100644 --- a/man3/fexecve.3 +++ b/man3/fexecve.3 @@ -95,15 +95,11 @@ T} Thread safety MT-Safe .hy .ad .sp 1 -.SH VERSIONS -.BR fexecve () -is implemented since glibc 2.3.2. .SH STANDARDS POSIX.1-2008. -This function is not specified in POSIX.1-2001, -and is not widely available on other systems. -It is specified in POSIX.1-2008. -.SH NOTES +.SH HISTORY +glibc 2.3.2. +.PP On Linux with glibc versions 2.26 and earlier, .BR fexecve () is implemented using the @@ -120,7 +116,7 @@ system call, then is implemented using that system call, with the benefit that .I /proc does not need to be mounted. -.PP +.SH NOTES The idea behind .BR fexecve () is to allow the caller to verify (checksum) the contents of |
