Deleted Added
full compact
streams.4 (69343) streams.4 (70466)
1.\" Copyright (c) 2000 Mark Newton
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2000 Mark Newton
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/man4.i386/streams.4 69343 2000-11-29 09:50:11Z newton $
25.\" $FreeBSD: head/share/man/man4/man4.i386/streams.4 70466 2000-12-29 09:18:45Z ru $
26.Dd November 6, 2000
27.Dt STREAMS 4 i386
28.Os
29.Sh NAME
30.Nm streams
31.Nd System V STREAMS networking ABI support
32.Sh SYNOPSIS
33To link System V Release 4 (SVR4) STREAMS interprocess communication ABI

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

64This whole interface is a crude hack to produce STREAMS semantics
65through emulation over sockes.
66.Pp
67Programmers who hope to be able to use this interface to provide
68SVR4 STREAMS services to BSD applications will be sorely disappointed.
69.Sh SEE ALSO
70.Xr svr4 4
71.Sh HISTORY
26.Dd November 6, 2000
27.Dt STREAMS 4 i386
28.Os
29.Sh NAME
30.Nm streams
31.Nd System V STREAMS networking ABI support
32.Sh SYNOPSIS
33To link System V Release 4 (SVR4) STREAMS interprocess communication ABI

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

64This whole interface is a crude hack to produce STREAMS semantics
65through emulation over sockes.
66.Pp
67Programmers who hope to be able to use this interface to provide
68SVR4 STREAMS services to BSD applications will be sorely disappointed.
69.Sh SEE ALSO
70.Xr svr4 4
71.Sh HISTORY
72System V Release 4 ABI support first appeared in FreeBSD
72System V Release 4 ABI support first appeared in
73.Fx 4.0 .
74The ABI was ported from an equivalent facility present in
73.Fx 4.0 .
74The ABI was ported from an equivalent facility present in
75NetBSD
76.Fx 1.3
75.Nx 1.3
77written by Christos Zoulas.
76written by Christos Zoulas.