1
1

docs: correctly describe channel_wait_eof

channel_wait_eof waits for channel->remote.eof, which is set on
receiving a `SSH_MSG_CHANNEL_EOF` message. This message is sent
when a party has no more data to send on a channel.
Этот коммит содержится в:
Aidan Hobson Sayers 2016-02-27 19:58:42 +00:00 коммит произвёл Alexander Lamaison
родитель 33637f136e
Коммит 18fd7a0894

Просмотреть файл

@ -8,7 +8,7 @@ int
libssh2_channel_wait_eof(LIBSSH2_CHANNEL *channel);
.SH DESCRIPTION
Wait for the remote end to acknowledge an EOF request.
Wait for the remote end to send EOF.
.SH RETURN VALUE
Return 0 on success or negative on failure. It returns