OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man2 / utime.2
index 98192a1..84b9003 100644 (file)
@@ -28,7 +28,7 @@
 .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\" Modified 2004-10-10 by Andries Brouwer <aeb@cwi.nl>
 .\"
-.TH UTIME 2 2014-02-21 "Linux" "Linux Programmer's Manual"
+.TH UTIME 2 2014-08-19 "Linux" "Linux Programmer's Manual"
 .SH NAME
 utime, utimes \- change file last access and modification times
 .SH SYNOPSIS
@@ -176,12 +176,12 @@ as obsolete.
 Linux does not allow changing the timestamps on an immutable file,
 or setting the timestamps to something other than the current time
 on an append-only file.
-
-In libc4 and libc5,
-.BR utimes ()
-is just a wrapper for
-.BR utime ()
-and hence does not allow a subsecond resolution.
+.\"
+.\" In libc4 and libc5,
+.\" .BR utimes ()
+.\" is just a wrapper for
+.\" .BR utime ()
+.\" and hence does not allow a subsecond resolution.
 .SH SEE ALSO
 .BR chattr (1),
 .BR futimesat (2),
@@ -189,3 +189,12 @@ and hence does not allow a subsecond resolution.
 .BR utimensat (2),
 .BR futimens (3),
 .BR futimes (3)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.