Document the recently-added EINVAL behavior.

MFC after:	1 week
This commit is contained in:
Diomidis Spinellis 2006-01-05 08:55:56 +00:00
parent 4bb9780353
commit 79a7950c48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154050

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