summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDiomidis Spinellis <dds@FreeBSD.org>2006-01-05 08:55:56 +0000
committerDiomidis Spinellis <dds@FreeBSD.org>2006-01-05 08:55:56 +0000
commit79a7950c48276a332d82cffacbe95f26fcdb46b5 (patch)
tree6bd42272268c6128a82448a38a0b435b0c442bcd /lib/libc
parent4bb9780353ed9c7311a608508fea74bc29262d92 (diff)
Notes
Diffstat (limited to 'lib/libc')
-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 79dd2d068731..30085e481046 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 5, 2006
.Dt UTIMES 2
.Os
.Sh NAME
@@ -179,6 +179,12 @@ The
.Fa times
argument
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