diff --git a/docs/libssh2_channel_eof.3 b/docs/libssh2_channel_eof.3 index c5a6092a..eb9a4dae 100644 --- a/docs/libssh2_channel_eof.3 +++ b/docs/libssh2_channel_eof.3 @@ -13,6 +13,7 @@ libssh2_channel_eof(LIBSSH2_CHANNEL *channel); Check if the remote host has sent an EOF status for the selected stream. .SH RETURN VALUE -Returns 1 if the remote host has sent EOF, otherwise 0. +Returns 1 if the remote host has sent EOF, otherwise 0. Negative on +failure. .SH SEE ALSO .BR libssh2_channel_close(3)