Deleted Added
full compact
getsockopt.2 (215178) getsockopt.2 (227792)
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.\" @(#)getsockopt.2 8.4 (Berkeley) 5/2/95
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.\" @(#)getsockopt.2 8.4 (Berkeley) 5/2/95
29.\" $FreeBSD: head/lib/libc/sys/getsockopt.2 215178 2010-11-12 13:02:26Z luigi $
29.\" $FreeBSD: head/lib/libc/sys/getsockopt.2 227792 2011-11-21 14:36:19Z pluknet $
30.\"
30.\"
31.Dd June 13, 2008
31.Dd November 21, 2011
32.Dt GETSOCKOPT 2
33.Os
34.Sh NAME
35.Nm getsockopt ,
36.Nm setsockopt
37.Nd get and set options on sockets
38.Sh LIBRARY
39.Lb libc

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

528.Xr tcp 4 ,
529.Xr protocols 5 ,
530.Xr sysctl 8 ,
531.Xr accept_filter 9 ,
532.Xr bintime 9
533.Sh HISTORY
534The
535.Fn getsockopt
32.Dt GETSOCKOPT 2
33.Os
34.Sh NAME
35.Nm getsockopt ,
36.Nm setsockopt
37.Nd get and set options on sockets
38.Sh LIBRARY
39.Lb libc

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

528.Xr tcp 4 ,
529.Xr protocols 5 ,
530.Xr sysctl 8 ,
531.Xr accept_filter 9 ,
532.Xr bintime 9
533.Sh HISTORY
534The
535.Fn getsockopt
536system call appeared in
536and
537.Fn setsockopt
538system calls appeared in
537.Bx 4.2 .
538.Sh BUGS
539Several of the socket options should be handled at lower levels of the system.
539.Bx 4.2 .
540.Sh BUGS
541Several of the socket options should be handled at lower levels of the system.