diff --git a/docs/libssh2_banner_set.3 b/docs/libssh2_banner_set.3 index e5c286f4..ff34140f 100644 --- a/docs/libssh2_banner_set.3 +++ b/docs/libssh2_banner_set.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_banner_set.3,v 1.1 2007/06/13 17:03:38 jehousley Exp $ +.\" $Id: libssh2_banner_set.3,v 1.2 2009/02/17 16:22:17 dottedmag Exp $ .\" .TH libssh2_banner_set 3 "1 Jun 2007" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -18,7 +18,7 @@ libssh2_banner_set(LIBSSH2_SESSION *session, const char *banner); Set the banner that will be sent to the remote host when the SSH session is started with .BR libssh2_session_startup(3) -. This is optional; a banner corresponding to the protocol and libssh2 version will be sent by default. + This is optional; a banner corresponding to the protocol and libssh2 version will be sent by default. .SH RETURN VALUE Return 0 on success or negative on failure. It returns