Deleted Added
full compact
select.2 (108028) select.2 (108087)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)select.2 8.2 (Berkeley) 3/25/94
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)select.2 8.2 (Berkeley) 3/25/94
33.\" $FreeBSD: head/lib/libc/sys/select.2 108028 2002-12-18 09:22:32Z ru $
33.\" $FreeBSD: head/lib/libc/sys/select.2 108087 2002-12-19 09:40:28Z ru $
34.\"
35.Dd November 17, 2002
36.Dt SELECT 2
37.Os
38.Sh NAME
39.Nm select
40.Nd synchronous I/O multiplexing
41.Sh LIBRARY

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

150One of the descriptor sets specified an invalid descriptor.
151.It Bq Er EINTR
152A signal was delivered before the time limit expired and
153before any of the selected events occurred.
154.It Bq Er EINVAL
155The specified time limit is invalid. One of its components is
156negative or too large.
157.It Bq Er EINVAL
34.\"
35.Dd November 17, 2002
36.Dt SELECT 2
37.Os
38.Sh NAME
39.Nm select
40.Nd synchronous I/O multiplexing
41.Sh LIBRARY

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

150One of the descriptor sets specified an invalid descriptor.
151.It Bq Er EINTR
152A signal was delivered before the time limit expired and
153before any of the selected events occurred.
154.It Bq Er EINVAL
155The specified time limit is invalid. One of its components is
156negative or too large.
157.It Bq Er EINVAL
158The
158.Fa nfds
159.Fa nfds
160argument
159was invalid.
160.El
161.Sh SEE ALSO
162.Xr accept 2 ,
163.Xr connect 2 ,
164.Xr getdtablesize 2 ,
165.Xr gettimeofday 2 ,
166.Xr read 2 ,

--- 48 unchanged lines hidden ---
161was invalid.
162.El
163.Sh SEE ALSO
164.Xr accept 2 ,
165.Xr connect 2 ,
166.Xr getdtablesize 2 ,
167.Xr gettimeofday 2 ,
168.Xr read 2 ,

--- 48 unchanged lines hidden ---