Deleted Added
full compact
nanosleep.2 (108028) nanosleep.2 (108087)
1.\" $OpenBSD: nanosleep.2,v 1.1 1997/04/20 20:56:20 tholo Exp $
2.\" $NetBSD: nanosleep.2,v 1.1 1997/04/17 18:12:02 jtc Exp $
3.\"
4.\" Copyright (c) 1986, 1991, 1993
5.\" The Regents of the University of California. All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)sleep.3 8.1 (Berkeley) 6/4/93
1.\" $OpenBSD: nanosleep.2,v 1.1 1997/04/20 20:56:20 tholo Exp $
2.\" $NetBSD: nanosleep.2,v 1.1 1997/04/17 18:12:02 jtc Exp $
3.\"
4.\" Copyright (c) 1986, 1991, 1993
5.\" The Regents of the University of California. All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)sleep.3 8.1 (Berkeley) 6/4/93
36.\" $FreeBSD: head/lib/libc/sys/nanosleep.2 108028 2002-12-18 09:22:32Z ru $
36.\" $FreeBSD: head/lib/libc/sys/nanosleep.2 108087 2002-12-19 09:40:28Z ru $
37.\"
38.Dd April 17, 1997
39.Dt NANOSLEEP 2
40.Os
41.Sh NAME
42.Nm nanosleep
43.Nd suspend process execution for an interval measured in nanoseconds
44.Sh LIBRARY

--- 41 unchanged lines hidden (view full) ---

86points to memory that is not a valid part of the process
87address space.
88.It Bq Er EINTR
89The
90.Fn nanosleep
91system call
92was interrupted by the delivery of a signal.
93.It Bq Er EINVAL
37.\"
38.Dd April 17, 1997
39.Dt NANOSLEEP 2
40.Os
41.Sh NAME
42.Nm nanosleep
43.Nd suspend process execution for an interval measured in nanoseconds
44.Sh LIBRARY

--- 41 unchanged lines hidden (view full) ---

86points to memory that is not a valid part of the process
87address space.
88.It Bq Er EINTR
89The
90.Fn nanosleep
91system call
92was interrupted by the delivery of a signal.
93.It Bq Er EINVAL
94The
94.Fa rqtp
95.Fa rqtp
96argument
95specified a nanosecond value less than zero
96or greater than or equal to 1000 million.
97.It Bq Er ENOSYS
98The
99.Fn nanosleep
100system call
101is not supported by this implementation.
102.El
103.Sh SEE ALSO
104.Xr sigsuspend 2 ,
105.Xr sleep 3
106.Sh STANDARDS
107The
108.Fn nanosleep
109system call conforms to
110.St -p1003.1b-93 .
97specified a nanosecond value less than zero
98or greater than or equal to 1000 million.
99.It Bq Er ENOSYS
100The
101.Fn nanosleep
102system call
103is not supported by this implementation.
104.El
105.Sh SEE ALSO
106.Xr sigsuspend 2 ,
107.Xr sleep 3
108.Sh STANDARDS
109The
110.Fn nanosleep
111system call conforms to
112.St -p1003.1b-93 .