CONFORMING TO: utimes() is in POSIX.1-2001.

This commit is contained in:
Michael Kerrisk 2008-03-20 06:09:01 +00:00
parent 5cf1222819
commit 302ea01382
1 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ SVr4, POSIX.1-2001.
.\" EINTR, ELOOP, EMULTIHOP, ENAMETOOLONG, ENOLINK, ENOLINK, ENOTDIR.
.br
.BR utimes ():
4.3BSD
4.3BSD, POSIX.1-2001.
.SH NOTES
Linux does not allow changing the timestamps on an immutable file,
or setting the timestamps to something other than the current time
@ -164,7 +164,7 @@ POSIX.1-2001 marks
.BR utimes ()
legacy, which is strange since it provides more functionality than
.BR utime ().
.\" FIXME . SUSv4 may remove the legacy marking.
.\" FIXME .
.\" POSIX.1-2008 reverses things, removing the LEGACY marking for
.\" utimes() and marking utime() OBSOLESCENT.
.SH BUGS