Module Name: src
Committed By: jruoho
Date: Thu Apr 29 17:02:38 UTC 2010
Modified Files:
src/lib/libc/sys: utimes.2
Log Message:
Fix the standards: utimes(2) is still in SUSv4, although marked as legacy.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/sys/utimes.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/utimes.2
diff -u src/lib/libc/sys/utimes.2:1.25 src/lib/libc/sys/utimes.2:1.26
--- src/lib/libc/sys/utimes.2:1.25 Thu Apr 29 07:31:02 2010
+++ src/lib/libc/sys/utimes.2 Thu Apr 29 17:02:38 2010
@@ -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