diff --git a/docs/libssh2_knownhost_readfile.3 b/docs/libssh2_knownhost_readfile.3 index e0a7d12b..68aa9402 100644 --- a/docs/libssh2_knownhost_readfile.3 +++ b/docs/libssh2_knownhost_readfile.3 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2009 by Daniel Stenberg +.\" Copyright (c) 2009-2011 by Daniel Stenberg .\" .TH libssh2_knownhost_readfile 3 "28 May 2009" "libssh2 1.2" "libssh2 manual" .SH NAME @@ -19,8 +19,8 @@ collection of known hosts. \fILIBSSH2_KNOWNHOST_FILE_OPENSSH\fP is the only currently supported format. This file is normally found named ~/.ssh/known_hosts .SH RETURN VALUE -Returns a regular libssh2 error code, where negative values are error codes -and 0 indicates success. +Returns a negative value, a regular libssh2 error code for errors, or a +positive number as number of parsed known hosts in the file. .SH AVAILABILITY Added in libssh2 1.2 .SH SEE ALSO