Module Name: src
Committed By: jruoho
Date: Thu Apr 29 07:14:35 UTC 2010
Modified Files:
src/lib/libc/sys: utimes.2
Log Message:
Note that utimes(2) no longer enjoys the blessing of POSIX.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/lib/libc/sys/utimes.2:1.24
--- src/lib/libc/sys/utimes.2:1.23 Tue Jun 17 17:46:40 2008
+++ src/lib/libc/sys/utimes.2 Thu Apr 29 07:14:35 2010
@@ -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