From 610a8ab9199d850586a10b131c3c4014364cf5b5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 25 Oct 2010 23:44:39 +0200 Subject: [PATCH] libssh2_userauth_publickey_fromfile_ex.3: cleaned up looks --- docs/libssh2_userauth_publickey_fromfile_ex.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/libssh2_userauth_publickey_fromfile_ex.3 b/docs/libssh2_userauth_publickey_fromfile_ex.3 index 00c72d1d..cf016f2d 100644 --- a/docs/libssh2_userauth_publickey_fromfile_ex.3 +++ b/docs/libssh2_userauth_publickey_fromfile_ex.3 @@ -6,12 +6,12 @@ libssh2_userauth_publickey_fromfile - authenticate a session with a public key, .SH SYNOPSIS #include -int -libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session, const char *username, unsigned int username_len, const char *publickey, const char *privatekey, const char *passphrase); - -int -libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session, const char *username, const char *publickey, const char *privatekey, const char *passphrase); - +.nf +int libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session, + const char *username, + const char *publickey, + const char *privatekey, + const char *passphrase); .SH DESCRIPTION \fIsession\fP - Session instance as returned by .BR libssh2_session_init_ex(3)