Deleted Added
full compact
send.2 (81251) send.2 (81449)
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.\" From: @(#)send.2 8.2 (Berkeley) 2/21/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.\" From: @(#)send.2 8.2 (Berkeley) 2/21/94
33.\" $FreeBSD: head/lib/libc/sys/send.2 81251 2001-08-07 15:48:51Z ru $
33.\" $FreeBSD: head/lib/libc/sys/send.2 81449 2001-08-10 13:45:36Z ru $
34.\"
35.Dd February 15, 1995
36.Dt SEND 2
37.Os
38.Sh NAME
39.Nm send ,
40.Nm sendto ,
41.Nm sendmsg

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

103#define MSG_EOR 0x8 /* data completes record */
104#define MSG_EOF 0x100 /* data completes transaction */
105.Ed
106.Pp
107The flag
108.Dv MSG_OOB
109is used to send
110.Dq out-of-band
34.\"
35.Dd February 15, 1995
36.Dt SEND 2
37.Os
38.Sh NAME
39.Nm send ,
40.Nm sendto ,
41.Nm sendmsg

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

103#define MSG_EOR 0x8 /* data completes record */
104#define MSG_EOF 0x100 /* data completes transaction */
105.Ed
106.Pp
107The flag
108.Dv MSG_OOB
109is used to send
110.Dq out-of-band
111data on sockets that support this notion (e.g.
111data on sockets that support this notion (e.g.\&
112.Dv SOCK_STREAM ) ;
113the underlying protocol must also support
114.Dq out-of-band
115data.
116.Dv MSG_EOR
117is used to indicate a record mark for protocols which support the
118concept.
119.Dv MSG_EOF

--- 88 unchanged lines hidden ---
112.Dv SOCK_STREAM ) ;
113the underlying protocol must also support
114.Dq out-of-band
115data.
116.Dv MSG_EOR
117is used to indicate a record mark for protocols which support the
118concept.
119.Dv MSG_EOF

--- 88 unchanged lines hidden ---