Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Note that also POSIX has deprecated utime(3).



details:   https://anonhg.NetBSD.org/src/rev/b313721d43d7
branches:  trunk
changeset: 754396:b313721d43d7
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Apr 29 17:07:00 2010 +0000

description:
Note that also POSIX has deprecated utime(3).

diffstat:

 lib/libc/gen/utime.3 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 9cd3dd93114d -r b313721d43d7 lib/libc/gen/utime.3
--- a/lib/libc/gen/utime.3      Thu Apr 29 17:02:38 2010 +0000
+++ b/lib/libc/gen/utime.3      Thu Apr 29 17:07:00 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: utime.3,v 1.20 2010/03/22 19:30:54 joerg Exp $
+.\"    $NetBSD: utime.3,v 1.21 2010/04/29 17:07:00 jruoho Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)utime.3    8.1 (Berkeley) 6/4/93
 .\"
-.Dd August 13, 1993
+.Dd April 29, 2010
 .Dt UTIME 3
 .Os
 .Sh NAME
@@ -135,6 +135,9 @@
 .Fn utime
 function conforms to
 .St -p1003.1-90 .
+It was however marked as legacy in the
+.St -p1003.1-2008
+revision of the standard.
 .Sh HISTORY
 A
 .Fn utime



Home | Main Index | Thread Index | Old Index