summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/utimes.2
diff options
context:
space:
mode:
authordds <dds@FreeBSD.org>2006-01-05 08:55:56 +0000
committerdds <dds@FreeBSD.org>2006-01-05 08:55:56 +0000
commiteab4be14c141ba8d4dc24c20a0ca8da7c0933a5a (patch)
tree6bd42272268c6128a82448a38a0b435b0c442bcd /lib/libc/sys/utimes.2
parentcbc5231d535bf105f68c0a6fba979cbc75938915 (diff)
downloadFreeBSD-src-eab4be14c141ba8d4dc24c20a0ca8da7c0933a5a.zip
FreeBSD-src-eab4be14c141ba8d4dc24c20a0ca8da7c0933a5a.tar.gz
Document the recently-added EINVAL behavior.
MFC after: 1 week
Diffstat (limited to 'lib/libc/sys/utimes.2')
-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 79dd2d0..30085e4 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
OpenPOWER on IntegriCloud