diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-01-05 02:02:15 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-01-05 02:02:15 +0000 |
commit | 3c136ab9a03a5e1a2d64636cacfb5cdb24ad54d6 (patch) | |
tree | 3f847fdfe222a663031ff1c1324416c34bcea2cd | |
parent | a74a8ec541d823db375b505c3af0996d53b4f18e (diff) |
List another condition for which nanosleep returns EINVAL.
-rw-r--r-- | lib/libc/sys/nanosleep.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/nanosleep.2 b/lib/libc/sys/nanosleep.2 index 801006f3893..85d5b99a0e8 100644 --- a/lib/libc/sys/nanosleep.2 +++ b/lib/libc/sys/nanosleep.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nanosleep.2,v 1.5 1999/08/31 16:52:35 aaron Exp $ +.\" $OpenBSD: nanosleep.2,v 1.6 2000/01/05 02:02:14 pjanzen Exp $ .\" $NetBSD: nanosleep.2,v 1.1 1997/04/17 18:12:02 jtc Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 @@ -86,7 +86,8 @@ address space. was interrupted by the delivery of a signal. .It Bq Er EINVAL .Fa rqtp -specified a nanosecond value less than zero or greater than 1000 million. +specified a nanosecond value less than zero or greater than 1000 million, +or a second value less than zero or greater than 100 million. .It Bq Er ENOSYS .Nm is not supported by this implementation. |