From 9f5c1caa81f077ddb0fc4e42937ec6f1f3bbf54e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 14 Jun 2009 14:26:27 +0200 Subject: [PATCH] empty line removed --- docs/libssh2_session_hostkey.3 | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/libssh2_session_hostkey.3 b/docs/libssh2_session_hostkey.3 index 5a20904..d3f8b93 100644 --- a/docs/libssh2_session_hostkey.3 +++ b/docs/libssh2_session_hostkey.3 @@ -8,7 +8,6 @@ libssh2_session_hostkey - get the remote key const char *libssh2_session_hostkey(LIBSSH2_SESSION *session, size_t *len); - .SH DESCRIPTION Returns a pointer to the current host key, the value \fIlen\fP points to will get the length of the key.