From 5184aec461b973eb0d79b118804fdc81d3f8baf5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 1 May 2010 23:49:45 +0200 Subject: [PATCH] init/exit: mention these were added in 1.2.5 --- docs/libssh2_exit.3 | 4 ++-- docs/libssh2_init.3 | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/libssh2_exit.3 b/docs/libssh2_exit.3 index 6eca4777..6060fcf1 100644 --- a/docs/libssh2_exit.3 +++ b/docs/libssh2_exit.3 @@ -6,9 +6,9 @@ libssh2_exit - global library deinitialization int libssh2_exit(void); - .SH DESCRIPTION Exit the libssh2 functions and free's all memory used internal. - +.SH AVAILABILITY +Added in libssh2 1.2.5 .SH SEE ALSO .BR libssh2_init(3) diff --git a/docs/libssh2_init.3 b/docs/libssh2_init.3 index 687d878c..416a7893 100644 --- a/docs/libssh2_init.3 +++ b/docs/libssh2_init.3 @@ -8,14 +8,13 @@ libssh2_init - global library initialization int libssh2_init(int flags); - .SH DESCRIPTION Initialize the libssh2 functions. This typically initialize the crypto library. It uses a global state, and is not thread safe -- you must make sure this function is not called concurrently. - .SH RETURN VALUE Returns 0 if succeeded, or a negative value for error. - +.SH AVAILABILITY +Added in libssh2 1.2.5 .SH SEE ALSO .BR libssh2_exit(3)