Deleted gremlin pictures and added pic versions.
authorElan Amir <elan@ucbvax.Berkeley.EDU>
Tue, 3 Aug 1993 03:08:26 +0000 (19:08 -0800)
committerElan Amir <elan@ucbvax.Berkeley.EDU>
Tue, 3 Aug 1993 03:08:26 +0000 (19:08 -0800)
SCCS-vsn: share/doc/psd/20.ipctut/Makefile 6.7
SCCS-vsn: share/doc/psd/20.ipctut/tutor.me 6.11

usr/src/share/doc/psd/20.ipctut/Makefile
usr/src/share/doc/psd/20.ipctut/tutor.me

index 297bc2d..f228f58 100644 (file)
@@ -1,13 +1,13 @@
-#      @(#)Makefile    8.1 (Berkeley) %G%
+#      @(#)Makefile    6.7 (Berkeley) %G%
 
 DIR=   psd/20.ipctut
 SRCS=  tutor.me
 MACROS=        -me
 
 DIR=   psd/20.ipctut
 SRCS=  tutor.me
 MACROS=        -me
-EXTRA= accept.grn dgramread.c dgramsend.c gremlins pipe.c pipe.grn \
-       socketpair.c socketpair.grn strchkread.c streamread.c streamwrite.c \
+EXTRA= dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \
+       socketpair.c strchkread.c streamread.c streamwrite.c \
        udgramread.c udgramsend.c ustreamread.c ustreamwrite.c
 
 paper.ps: ${SRCS} ${EXTRA}
        udgramread.c udgramsend.c ustreamread.c ustreamwrite.c
 
 paper.ps: ${SRCS} ${EXTRA}
-       ${TBL} ${SRCS} | ${GREMLIN} | ${ROFF} > ${.TARGET}
+       ${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${ROFF} > ${.TARGET}
 
 .include <bsd.doc.mk>
 
 .include <bsd.doc.mk>
index 3d75ddd..33edeb6 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)tutor.me    8.1 (Berkeley) %G%
+.\"    @(#)tutor.me    6.11 (Berkeley) %G%
 .\"
 .oh 'Introductory 4.4BSD IPC''PSD:20-%'
 .eh 'PSD:20-%''Introductory 4.4BSD IPC'
 .\"
 .oh 'Introductory 4.4BSD IPC''PSD:20-%'
 .eh 'PSD:20-%''Introductory 4.4BSD IPC'
@@ -223,14 +223,10 @@ After the fork, both parent's and child's descriptor tables point to
 the pipe.
 The child can then use the pipe to send a message to the parent.
 .(z
 the pipe.
 The child can then use the pipe to send a message to the parent.
 .(z
-.ns
-.GS C
-height 6i
-file pipe.grn
-.GE
-.sp
-.ce 1
+.so fig2.pic
+.ce 2
 Figure 2\ \ Sharing a pipe between parent and child
 Figure 2\ \ Sharing a pipe between parent and child
+.ce 0
 .)z
 .pp
 Just what is a pipe?
 .)z
 .pp
 Just what is a pipe?
@@ -302,11 +298,7 @@ for some of its definitions.
 Figure 3\ \ Use of a socketpair
 .)z
 .(z
 Figure 3\ \ Use of a socketpair
 .)z
 .(z
-.GS C
-height 6i
-file socketpair.grn
-.GE
-.sp
+.so fig3.pic
 .ce 1
 Figure 4\ \ Sharing a socketpair between parent and child
 .)z
 .ce 1
 Figure 4\ \ Sharing a socketpair between parent and child
 .)z
@@ -604,10 +596,7 @@ Figure 7b\ \ Accepting an Internet domain stream connection
 Figure 7c\ \ Using select() to check for pending connections
 .)z
 .(z
 Figure 7c\ \ Using select() to check for pending connections
 .)z
 .(z
-.GS C
-height 6i
-file accept.grn
-.GE
+.so fig8.pic
 .sp
 .ce 1
 Figure 8\ \ Establishing a stream connection
 .sp
 .ce 1
 Figure 8\ \ Establishing a stream connection