aboutsummaryrefslogtreecommitdiffstats
path: root/man3/futimes.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/futimes.3')
-rw-r--r--man3/futimes.318
1 files changed, 11 insertions, 7 deletions
diff --git a/man3/futimes.3 b/man3/futimes.3
index 3cf660d685..f7794c0094 100644
--- a/man3/futimes.3
+++ b/man3/futimes.3
@@ -89,16 +89,20 @@ T} Thread safety MT-Safe
.hy
.ad
.sp 1
-.SH VERSIONS
+.SH STANDARDS
+Linux, BSD.
+.SH HISTORY
+.TP
.BR futimes ()
-is available since glibc 2.3.
+glibc 2.3.
+.TP
.BR lutimes ()
-is available since glibc 2.6, and is implemented using the
+glibc 2.6.
+.SH NOTES
+.BR lutimes ()
+is implemented using the
.BR utimensat (2)
-system call, which is supported since Linux 2.6.22.
-.SH STANDARDS
-These functions are not specified in any standard.
-Other than Linux, they are available only on the BSDs.
+system call.
.SH SEE ALSO
.BR utime (2),
.BR utimensat (2),