X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman2%2Futime.2;h=f33522e6ad0600e45684bd31b0e1700fb8b9c844;hb=110dba020f489b75aff2497105f7970c05e2b87c;hp=3c5199201b8ca9d03e609ea94f8798445551d715;hpb=bf11c0c4717abfd30785b3991b933f4687bb24fc;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man2/utime.2 b/original/man2/utime.2 index 3c519920..f33522e6 100644 --- a/original/man2/utime.2 +++ b/original/man2/utime.2 @@ -28,7 +28,7 @@ .\" Modified 2004-06-23 by Michael Kerrisk .\" Modified 2004-10-10 by Andries Brouwer .\" -.TH UTIME 2 2008-08-06 "Linux" "Linux Programmer's Manual" +.TH UTIME 2 2014-02-21 "Linux" "Linux Programmer's Manual" .SH NAME utime, utimes \- change file last access and modification times .SH SYNOPSIS @@ -44,6 +44,10 @@ utime, utimes \- change file last access and modification times .BI "int utimes(const char *" filename ", const struct timeval " times [2]); .fi .SH DESCRIPTION +.B Note: +modern applications may prefer to use the interfaces described in +.BR utimensat (2). + The .BR utime () system call @@ -185,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.68 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/.