timeout docs: mention they're added in 1.2.9

This commit is contained in:
Daniel Stenberg 2011-05-13 22:47:22 +02:00
parent 59673a111e
commit 821fb6ca71
2 changed files with 4 additions and 0 deletions

View File

@ -13,5 +13,7 @@ return LIBSSH2_ERROR_TIMEOUT.
By default libssh2 has no timeout (zero) for blocking functions. By default libssh2 has no timeout (zero) for blocking functions.
.SH RETURN VALUE .SH RETURN VALUE
The value of the timeout setting. The value of the timeout setting.
.SH AVAILABILITY
Added in 1.2.9
.SH SEE ALSO .SH SEE ALSO
.BR libssh2_session_set_timeout(3) .BR libssh2_session_set_timeout(3)

View File

@ -14,5 +14,7 @@ By default or if you set the timeout to zero, libssh2 has no timeout for
blocking functions. blocking functions.
.SH RETURN VALUE .SH RETURN VALUE
Nothing Nothing
.SH AVAILABILITY
Added in 1.2.9
.SH SEE ALSO .SH SEE ALSO
.BR libssh2_session_get_timeout(3) .BR libssh2_session_get_timeout(3)