diff --git a/docs/libssh2_userauth_publickey_frommemory.3 b/docs/libssh2_userauth_publickey_frommemory.3 index 685bd59..8c752c9 100644 --- a/docs/libssh2_userauth_publickey_frommemory.3 +++ b/docs/libssh2_userauth_publickey_frommemory.3 @@ -14,7 +14,7 @@ int libssh2_userauth_publickey_frommemory(LIBSSH2_SESSION *session, size_t privatekeydata_len, const char *passphrase); .SH DESCRIPTION -This function allows to authenticate a session with a public key read from memory. +This function allows one to authenticate a session with a public key read from memory. It's only supported when libssh2 is backed by OpenSSL. \fIsession\fP - Session instance as returned by .BR libssh2_session_init_ex(3)