From 7926c9cfaa5073ffcf1d8e23d5952cbfdf12c53b Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 25 Dec 2009 10:26:51 +0900 Subject: [PATCH] Fix the return value description of libssh2_knownhost_free(). --- docs/libssh2_knownhost_free.3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/libssh2_knownhost_free.3 b/docs/libssh2_knownhost_free.3 index fd7b679..8d8bcc2 100644 --- a/docs/libssh2_knownhost_free.3 +++ b/docs/libssh2_knownhost_free.3 @@ -11,8 +11,7 @@ void libssh2_knownhost_free(LIBSSH2_KNOWNHOSTS *hosts); .SH DESCRIPTION Free a collection of known hosts. .SH RETURN VALUE -Returns a handle pointer or NULL if something went wrong. The returned handle -is used as input to all other known host related functions libssh2 provides. +None. .SH AVAILABILITY Added in libssh2 1.2 .SH SEE ALSO