=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/PROTOCOL,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/ssh/PROTOCOL 2008/06/28 14:08:30 1.9 +++ src/usr.bin/ssh/PROTOCOL 2008/06/30 12:18:34 1.10 @@ -46,9 +46,9 @@ descriptor. OpenSSH implements a channel extension message to perform this -signalling: "eow@openssh.com" (End Of Write). This message is sent by an -endpoint when the local output of a channel is closed or experiences a -write error. The message is formatted as follows: +signalling: "eow@openssh.com" (End Of Write). This message is sent by +an endpoint when the local output of a session channel is closed or +experiences a write error. The message is formatted as follows: byte SSH_MSG_CHANNEL_REQUEST uint32 recipient channel @@ -240,4 +240,4 @@ This extension is advertised in the SSH_FXP_VERSION hello with version "2". -$OpenBSD: PROTOCOL,v 1.9 2008/06/28 14:08:30 djm Exp $ +$OpenBSD: PROTOCOL,v 1.10 2008/06/30 12:18:34 djm Exp $