Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Note that utimes(2) no longer enjoys the blessi...



details:   https://anonhg.NetBSD.org/src/rev/613466f9614c
branches:  trunk
changeset: 754381:613466f9614c
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Apr 29 07:14:35 2010 +0000

description:
Note that utimes(2) no longer enjoys the blessing of POSIX.

diffstat:

 lib/libc/sys/utimes.2 |  13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r fa755d9c7d93 -r 613466f9614c lib/libc/sys/utimes.2
--- a/lib/libc/sys/utimes.2     Thu Apr 29 07:04:44 2010 +0000
+++ b/lib/libc/sys/utimes.2     Thu Apr 29 07:14:35 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: utimes.2,v 1.23 2008/06/17 17:46:40 christos Exp $
+.\"    $NetBSD: utimes.2,v 1.24 2010/04/29 07:14:35 jruoho Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)utimes.2   8.1 (Berkeley) 6/4/93
 .\"
-.Dd June 17, 2008
+.Dd April 29, 2010
 .Dt UTIMES 2
 .Os
 .Sh NAME
@@ -176,6 +176,15 @@
 .Xr stat 2 ,
 .Xr utime 3 ,
 .Xr symlink 7
+.Sh STANDARDS
+The
+.Fn utimes
+function conforms to
+.St -p1003.1-2001 .
+It was however later removed from the
+.Tn POSIX
+standard in
+.St -p1003.1-2008 .
 .Sh HISTORY
 The
 .Fn utimes



Home | Main Index | Thread Index | Old Index