docs: Trim trailing whitespaces in PSD/SMM.
[dragonfly.git] / share / doc / psd / 21.ipc / 0.t
1 .\" Copyright (c) 1986, 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.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
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 .\"     @(#)0.t 8.1 (Berkeley) 6/8/93
29 .\"
30 .EH 'PSD:21-%''Advanced 4.4BSD IPC Tutorial'
31 .OH 'Advanced 4.4BSD IPC Tutorial''PSD:21-%'
32 .ds lq ``
33 .ds rq ''
34 .de DT
35 .if t .ta .5i 1.25i 2.5i 3.75i
36 .\" 3.5i went to 3.8i
37 .if n .ta .7i 1.75i 3.8i
38 ..
39 .bd S B 3
40 .TL
41 An Advanced 4.4BSD Interprocess Communication Tutorial
42 .AU
43 Samuel J. Leffler
44 .AU
45 Robert S. Fabry
46 .AU
47 William N. Joy
48 .AU
49 Phil Lapsley
50 .AI
51 Computer Systems Research Group
52 Department of Electrical Engineering and Computer Science
53 University of California, Berkeley
54 Berkeley, California  94720
55 .sp 2
56 .AU
57 Steve Miller
58 .AU
59 Chris Torek
60 .AI
61 Heterogeneous Systems Laboratory
62 Department of Computer Science
63 University of Maryland, College Park
64 College Park, Maryland 20742
65 .de IR
66 \fI\\$1\fP\\$2
67 ..
68 .de UX
69 UNIX\\$1
70 ..
71 .AB
72 .PP
73 .FS
74 * \s-2UNIX\s0 is a trademark of UNIX System Laboratories, Inc.
75 in the US and some other countries.
76 .FE
77 This document provides an introduction to the interprocess
78 communication facilities included in the
79 4.4BSD release of the
80 .UX *
81 system.
82 .PP
83 It discusses the overall model for interprocess communication
84 and introduces the interprocess communication primitives
85 which have been added to the system.  The majority of the
86 document considers the use of these primitives in developing
87 applications.  The reader is expected to be familiar with
88 the C programming language as all examples are written in C.
89 .AE