utime.2: Remove ancient Linux libc details

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-29 10:23:07 +02:00
parent 64e67357e2
commit 47709e55b3
1 changed files with 6 additions and 6 deletions

View File

@ -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),