Fix the return value description of libssh2_knownhost_free().

This commit is contained in:
Daiki Ueno 2009-12-25 10:26:51 +09:00
parent 63457dfa6c
commit 7926c9cfaa

@ -11,8 +11,7 @@ void libssh2_knownhost_free(LIBSSH2_KNOWNHOSTS *hosts);
.SH DESCRIPTION .SH DESCRIPTION
Free a collection of known hosts. Free a collection of known hosts.
.SH RETURN VALUE .SH RETURN VALUE
Returns a handle pointer or NULL if something went wrong. The returned handle None.
is used as input to all other known host related functions libssh2 provides.
.SH AVAILABILITY .SH AVAILABILITY
Added in libssh2 1.2 Added in libssh2 1.2
.SH SEE ALSO .SH SEE ALSO