Deleted Added
full compact
select.2 (174765) select.2 (233648)
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.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)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.

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

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

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

217.Bx 4.2 .
218.Sh BUGS
219.St -susv2
220allows systems to modify the original timeout in place.
221Thus, it is unwise to assume that the timeout value will be unmodified
222by the
223.Fn select
224system call.
30.\"
31.Dd November 17, 2002
32.Dt SELECT 2
33.Os
34.Sh NAME
35.Nm select
36.Nd synchronous I/O multiplexing
37.Sh LIBRARY

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

217.Bx 4.2 .
218.Sh BUGS
219.St -susv2
220allows systems to modify the original timeout in place.
221Thus, it is unwise to assume that the timeout value will be unmodified
222by the
223.Fn select
224system call.
225.Fx
225.Fx
226does not modify the return value, which can cause problems for applications
227ported from other systems.
226does not modify the return value, which can cause problems for applications
227ported from other systems.