summaryrefslogtreecommitdiffstats
path: root/man3/futimes.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/futimes.3')
-rw-r--r--man3/futimes.330
1 files changed, 16 insertions, 14 deletions
diff --git a/man3/futimes.3 b/man3/futimes.3
index 55c63fb6d..0f57891c3 100644
--- a/man3/futimes.3
+++ b/man3/futimes.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH futimes 3 2023-02-05 "Linux man-pages 6.03"
+.TH futimes 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
futimes, lutimes \- change file timestamps
.SH LIBRARY
@@ -71,34 +71,36 @@ The following additional error may occur for
.TP
.B ENOSYS
The kernel does not support this call; Linux 2.6.22 or later is required.
-.SH VERSIONS
-.BR futimes ()
-is available since glibc 2.3.
-.BR lutimes ()
-is available since glibc 2.6, and is implemented using the
-.BR utimensat (2)
-system call, which is supported since Linux 2.6.22.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR futimes (),
.BR lutimes ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-These functions are not specified in any standard.
-Other than Linux, they are available only on the BSDs.
+Linux, BSD.
+.SH HISTORY
+.TP
+.BR futimes ()
+glibc 2.3.
+.TP
+.BR lutimes ()
+glibc 2.6.
+.SH NOTES
+.BR lutimes ()
+is implemented using the
+.BR utimensat (2)
+system call.
.SH SEE ALSO
.BR utime (2),
.BR utimensat (2),