diff options
Diffstat (limited to 'nchan2.ms')
-rw-r--r-- | nchan2.ms | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: nchan2.ms,v 1.3 2003/11/21 11:57:03 djm Exp $ | 1 | .\" $OpenBSD: nchan2.ms,v 1.4 2008/05/15 23:52:24 djm Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | .\" Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -44,7 +44,7 @@ arrow from S1.e to S4.n | |||
44 | box invis "rcvd CLOSE/" "shutdown_read" with .sw at last arrow.c | 44 | box invis "rcvd CLOSE/" "shutdown_read" with .sw at last arrow.c |
45 | arrow "ibuf_empty ||" "rcvd CLOSE/" "send EOF" "" from S2.e to S4.w | 45 | arrow "ibuf_empty ||" "rcvd CLOSE/" "send EOF" "" from S2.e to S4.w |
46 | arrow from S1.s to S2.n | 46 | arrow from S1.s to S2.n |
47 | box invis "read_failed/" "shutdown_read" with .e at last arrow.c | 47 | box invis "read_failed ||" "rcvd EOW/" "shutdown_read" with .e at last arrow.c |
48 | ellipse wid .9*ellipsewid ht .9*ellipseht at S4 | 48 | ellipse wid .9*ellipsewid ht .9*ellipseht at S4 |
49 | arrow "start" "" from S1.w+(-0.5,0) to S1.w | 49 | arrow "start" "" from S1.w+(-0.5,0) to S1.w |
50 | .PE | 50 | .PE |
@@ -59,7 +59,7 @@ S4: ellipse "OUTPUT" "CLOSED" | |||
59 | move down l from 1st ellipse.s | 59 | move down l from 1st ellipse.s |
60 | S2: ellipse "OUTPUT" "WAIT" "DRAIN" | 60 | S2: ellipse "OUTPUT" "WAIT" "DRAIN" |
61 | arrow from S1.e to S4.n | 61 | arrow from S1.e to S4.n |
62 | box invis "write_failed/" "shutdown_write" with .sw at last arrow.c | 62 | box invis "write_failed/" "shutdown_write" "send EOW" with .sw at last arrow.c |
63 | arrow "obuf_empty ||" "write_failed/" "shutdown_write" "" from S2.e to S4.w | 63 | arrow "obuf_empty ||" "write_failed/" "shutdown_write" "" from S2.e to S4.w |
64 | arrow from S1.s to S2.n | 64 | arrow from S1.s to S2.n |
65 | box invis "rcvd EOF ||" "rcvd CLOSE/" "-" with .e at last arrow.c | 65 | box invis "rcvd EOF ||" "rcvd CLOSE/" "-" with .e at last arrow.c |