Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Fix the standards: utimes(2) is still in SUSv4, ...



details:   https://anonhg.NetBSD.org/src/rev/9cd3dd93114d
branches:  trunk
changeset: 754395:9cd3dd93114d
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Apr 29 17:02:38 2010 +0000

description:
Fix the standards: utimes(2) is still in SUSv4, although marked as legacy.

diffstat:

 lib/libc/sys/utimes.2 |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 305d70efc819 -r 9cd3dd93114d lib/libc/sys/utimes.2
--- a/lib/libc/sys/utimes.2     Thu Apr 29 16:31:11 2010 +0000
+++ b/lib/libc/sys/utimes.2     Thu Apr 29 17:02:38 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: utimes.2,v 1.25 2010/04/29 07:31:02 wiz Exp $
+.\"    $NetBSD: utimes.2,v 1.26 2010/04/29 17:02:38 jruoho Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -181,10 +181,9 @@
 .Fn utimes
 function conforms to
 .St -p1003.1-2001 .
-It was however later removed from the
-.Tn POSIX
-standard in
-.St -p1003.1-2008 .
+It was however marked as legacy in the
+.St -p1003.1-2004
+revision.
 .Sh HISTORY
 The
 .Fn utimes



Home | Main Index | Thread Index | Old Index