From 05b1bb3cd3a74cd4ed2212135019cfb87b05f28b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 21 Feb 2010 19:16:30 +0100 Subject: [PATCH] clarify that this frees all data associated with a session --- docs/libssh2_session_free.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libssh2_session_free.3 b/docs/libssh2_session_free.3 index 75c6856..f167d8b 100644 --- a/docs/libssh2_session_free.3 +++ b/docs/libssh2_session_free.3 @@ -9,7 +9,7 @@ libssh2_session_free - frees resources associated with a session instance int libssh2_session_free(LIBSSH2_SESSION *session); .SH DESCRIPTION -Frees resources associated with a session instance. Typically called after +Frees all resources associated with a session instance. Typically called after .BR libssh2_session_disconnect_ex(3) .SH RETURN VALUE Return 0 on success or negative on failure. It returns