aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDiomidis Spinellis <dds@FreeBSD.org>2006-01-22 13:41:15 +0000
committerDiomidis Spinellis <dds@FreeBSD.org>2006-01-22 13:41:15 +0000
commit0d94a803aa05e1852ec5d27269a6f8e45c793872 (patch)
treed6532737ca15a4967554eff1f4c1bbeb9ed36595 /lib
parent8bb467bd3e257b2146b1d80099207506f7db9c96 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/utimes.28
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2
index 5d9691f99c5f..16a6ac656016 100644
--- a/lib/libc/sys/utimes.2
+++ b/lib/libc/sys/utimes.2
@@ -34,7 +34,7 @@
.\" @(#)utimes.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd June 4, 1993
+.Dd January 22, 2006
.Dt UTIMES 2
.Os
.Sh NAME
@@ -158,6 +158,12 @@ access is denied.
.It Bq Er EFAULT
.Fa times
points outside the process's allocated address space.
+.It Bq Er EINVAL
+The
+.Va tv_usec
+component of at least one of the values specified by the
+.Fa times
+argument has a value less than 0 or greater than 999999.
.It Bq Er EIO
An I/O error occurred while reading or writing the affected inode.
.It Bq Er EPERM