OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / utimensat.2
index 5b7fbc1..cc8920d 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH UTIMENSAT 2 2014-01-24 "Linux" "Linux Programmer's Manual"
+.TH UTIMENSAT 2 2015-01-22 "Linux" "Linux Programmer's Manual"
 .SH NAME
 utimensat, futimens \- change file timestamps with nanosecond precision
 .SH SYNOPSIS
@@ -457,6 +457,18 @@ is implemented as:
 
     utimensat(fd, NULL, times, 0);
 .fi
+
+If both
+.I tv_nsec
+fields are specified as
+.BR UTIME_OMIT ,
+then the Linux implementation of
+.BR utimensat ()
+succeeds even if the file referred to by
+.IR dirfd
+and
+.I pathname
+does not exist.
 .SH BUGS
 Several bugs afflict
 .BR utimensat ()
@@ -613,10 +625,11 @@ instead checks whether the
 .BR path_resolution (7),
 .BR symlink (7)
 .SH COLOPHON
-This page is part of release 3.65 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.