Document the recently-added EINVAL behavior.

MFC after:	1 week
This commit is contained in:
dds 2006-01-05 08:55:56 +00:00
parent cbc5231d53
commit eab4be14c1

View File

@ -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