1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-31 00:03:08 +03:00

tidy-up: avoid word 'just'

Cherry-picked from #1017
This commit is contained in:
Viktor Szakats
2023-04-30 11:27:48 +00:00
parent 081c04571b
commit 31851511bf
4 changed files with 9 additions and 9 deletions

View File

@ -14,7 +14,7 @@ libssh2_channel_set_blocking(LIBSSH2_CHANNEL *channel, int blocking);
\fIblocking\fP - Set to a non-zero value to make the channel block, or zero to
make it non-blocking.
Currently this is just a short cut call to
Currently this is a short cut call to
.BR libssh2_session_set_blocking(3)
and therefore will affect the session and all channels.
.SH RETURN VALUE