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, Linux does not allow changing the timestamps on an immutable file,
or setting the timestamps to something other than the current time or setting the timestamps to something other than the current time
on an append-only file. on an append-only file.
.\"
In libc4 and libc5, .\" In libc4 and libc5,
.BR utimes () .\" .BR utimes ()
is just a wrapper for .\" is just a wrapper for
.BR utime () .\" .BR utime ()
and hence does not allow a subsecond resolution. .\" and hence does not allow a subsecond resolution.
.SH SEE ALSO .SH SEE ALSO
.BR chattr (1), .BR chattr (1),
.BR futimesat (2), .BR futimesat (2),