summaryrefslogtreecommitdiffstats
path: root/man2/utimensat.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/utimensat.2')
-rw-r--r--man2/utimensat.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/utimensat.2 b/man2/utimensat.2
index b9c92d84e..ebe0e65fe 100644
--- a/man2/utimensat.2
+++ b/man2/utimensat.2
@@ -89,9 +89,9 @@ an open file descriptor,
.PP
For both calls, the new file timestamps are specified in the array
.IR times :
-.IR times [0]
+.I times[0]
specifies the new "last access time" (\fIatime\fP);
-.IR times [1]
+.I times[1]
specifies the new "last modification time" (\fImtime\fP).
Each of the elements of
.I times
@@ -638,7 +638,7 @@ instead checks whether the
.BR path_resolution (7),
.BR symlink (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,