From 821fb6ca715fba4192c474e6ba4243784bf84ec6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 13 May 2011 22:47:22 +0200 Subject: [PATCH] timeout docs: mention they're added in 1.2.9 --- docs/libssh2_session_get_timeout.3 | 2 ++ docs/libssh2_session_set_timeout.3 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/libssh2_session_get_timeout.3 b/docs/libssh2_session_get_timeout.3 index 4ae1d1de..94aacd65 100644 --- a/docs/libssh2_session_get_timeout.3 +++ b/docs/libssh2_session_get_timeout.3 @@ -13,5 +13,7 @@ return LIBSSH2_ERROR_TIMEOUT. By default libssh2 has no timeout (zero) for blocking functions. .SH RETURN VALUE The value of the timeout setting. +.SH AVAILABILITY +Added in 1.2.9 .SH SEE ALSO .BR libssh2_session_set_timeout(3) diff --git a/docs/libssh2_session_set_timeout.3 b/docs/libssh2_session_set_timeout.3 index b9fb8ed7..2d4f10f1 100644 --- a/docs/libssh2_session_set_timeout.3 +++ b/docs/libssh2_session_set_timeout.3 @@ -14,5 +14,7 @@ By default or if you set the timeout to zero, libssh2 has no timeout for blocking functions. .SH RETURN VALUE Nothing +.SH AVAILABILITY +Added in 1.2.9 .SH SEE ALSO .BR libssh2_session_get_timeout(3)