.I tp.tv_sec
is negative or
.I tp.tv_nsec
-is outside the range [0..999,999,999].
+is outside the range [0, 999,999,999].
.TP
.B EINVAL
The
.B EINVAL
The value in the
.I tv_nsec
-field was not in the range 0 to 999999999 or
+field was not in the range [0, 999999999] or
.I tv_sec
was negative.
.TP
.I tv_usec
fields in the structure pointed to by
.I new_value
-contains a value outside the range 0 to 999999.
+contains a value outside the range [0, 999999].
.SH STANDARDS
POSIX.1-2001, SVr4, 4.4BSD (this call first appeared in 4.2BSD).
POSIX.1-2008 marks
.BR setitimer ()
should fail if a
.I tv_usec
-value is specified that is outside of the range 0 to 999999.
+value is specified that is outside of the range [0, 999999].
However, up to and including Linux 2.6.21,
Linux does not give an error, but instead silently
adjusts the corresponding seconds value for the timer.
.I tv.tv_sec
is negative or
.I tv.tv_usec
-is outside the range [0..999,999].
+is outside the range [0, 999,999].
.TP
.BR EINVAL " (since Linux 4.3)"
.\" commit e1d7ba8735551ed79c7a0463a042353574b96da3
structure
is used to specify intervals of time with nanosecond precision.
.PP
-The value of the nanoseconds field must be in the range 0 to 999999999.
+The value of the nanoseconds field must be in the range [0, 999999999].
.PP
Compared to
.BR sleep (3)
.B EINVAL
The value in the
.I tv_nsec
-field was not in the range 0 to 999999999 or
+field was not in the range [0, 999999999] or
.I tv_sec
was negative.
.SH STANDARDS
.B EINVAL
Invalid value in one of the
.I tv_nsec
-fields (value outside range 0 to 999,999,999, and not
+fields (value outside range [0, 999,999,999], and not
.B UTIME_NOW
or
.BR UTIME_OMIT );