diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2008-05-15 23:52:25 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2008-05-15 23:52:25 +0000 |
commit | 72b43b9e5a93f55c13f83c039e15707d8dbdad0b (patch) | |
tree | e6547737a84f7d89e43c65ddf99d33600e33f906 /usr.bin/ssh | |
parent | c9245f7b4a8f00e0ab00d92e6c92bf676630c506 (diff) |
document eow message in ssh protocol 2 channel state machine;
feedback and ok markus@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/nchan2.ms | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/nchan2.ms b/usr.bin/ssh/nchan2.ms index a7a67b12701..700150450ad 100644 --- a/usr.bin/ssh/nchan2.ms +++ b/usr.bin/ssh/nchan2.ms @@ -1,4 +1,4 @@ -.\" $OpenBSD: nchan2.ms,v 1.3 2003/11/21 11:57:03 djm Exp $ +.\" $OpenBSD: nchan2.ms,v 1.4 2008/05/15 23:52:24 djm Exp $ .\" .\" Copyright (c) 2000 Markus Friedl. All rights reserved. .\" @@ -44,7 +44,7 @@ arrow from S1.e to S4.n box invis "rcvd CLOSE/" "shutdown_read" with .sw at last arrow.c arrow "ibuf_empty ||" "rcvd CLOSE/" "send EOF" "" from S2.e to S4.w arrow from S1.s to S2.n -box invis "read_failed/" "shutdown_read" with .e at last arrow.c +box invis "read_failed ||" "rcvd EOW/" "shutdown_read" with .e at last arrow.c ellipse wid .9*ellipsewid ht .9*ellipseht at S4 arrow "start" "" from S1.w+(-0.5,0) to S1.w .PE @@ -59,7 +59,7 @@ S4: ellipse "OUTPUT" "CLOSED" move down l from 1st ellipse.s S2: ellipse "OUTPUT" "WAIT" "DRAIN" arrow from S1.e to S4.n -box invis "write_failed/" "shutdown_write" with .sw at last arrow.c +box invis "write_failed/" "shutdown_write" "send EOW" with .sw at last arrow.c arrow "obuf_empty ||" "write_failed/" "shutdown_write" "" from S2.e to S4.w arrow from S1.s to S2.n box invis "rcvd EOF ||" "rcvd CLOSE/" "-" with .e at last arrow.c |