From: Elan Amir Date: Tue, 3 Aug 1993 03:08:26 +0000 (-0800) Subject: Deleted gremlin pictures and added pic versions. X-Git-Tag: BSD-4_4_Lite1-Snapshot-Development~2063 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/c1d21c5c5a8a75d886521f32f2ca8636cf31f691 Deleted gremlin pictures and added pic versions. SCCS-vsn: share/doc/psd/20.ipctut/Makefile 6.7 SCCS-vsn: share/doc/psd/20.ipctut/tutor.me 6.11 --- diff --git a/usr/src/share/doc/psd/20.ipctut/Makefile b/usr/src/share/doc/psd/20.ipctut/Makefile index 297bc2d582..f228f585a4 100644 --- a/usr/src/share/doc/psd/20.ipctut/Makefile +++ b/usr/src/share/doc/psd/20.ipctut/Makefile @@ -1,13 +1,13 @@ -# @(#)Makefile 8.1 (Berkeley) %G% +# @(#)Makefile 6.7 (Berkeley) %G% 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} - ${TBL} ${SRCS} | ${GREMLIN} | ${ROFF} > ${.TARGET} + ${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${ROFF} > ${.TARGET} .include diff --git a/usr/src/share/doc/psd/20.ipctut/tutor.me b/usr/src/share/doc/psd/20.ipctut/tutor.me index 3d75ddd9c0..33edeb699d 100644 --- a/usr/src/share/doc/psd/20.ipctut/tutor.me +++ b/usr/src/share/doc/psd/20.ipctut/tutor.me @@ -3,7 +3,7 @@ .\" .\" %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' @@ -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 -.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 +.ce 0 .)z .pp Just what is a pipe? @@ -302,11 +298,7 @@ for some of its definitions. 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 @@ -604,10 +596,7 @@ Figure 7b\ \ Accepting an Internet domain stream connection 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