From ead7000d28c986cf5c2458bf31b824000e16a4df Mon Sep 17 00:00:00 2001 From: xalopp Date: Thu, 3 Feb 2022 19:13:36 +0100 Subject: [PATCH] Fix formatting in manual page (#667) Fixed formatting of `LIBSSH2_ERROR_AUTHENTICATION_FAILED` in the errors section. credit: xalopp --- docs/libssh2_userauth_keyboard_interactive_ex.3 | 2 +- docs/libssh2_userauth_password_ex.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libssh2_userauth_keyboard_interactive_ex.3 b/docs/libssh2_userauth_keyboard_interactive_ex.3 index ada012a2..222b2ba8 100644 --- a/docs/libssh2_userauth_keyboard_interactive_ex.3 +++ b/docs/libssh2_userauth_keyboard_interactive_ex.3 @@ -52,7 +52,7 @@ number, it isn't really a failure per se. \fILIBSSH2_ERROR_SOCKET_SEND\fP - Unable to send data on socket. -\fLIBSSH2_ERROR_AUTHENTICATION_FAILED\fP - failed, invalid username/password +\fILIBSSH2_ERROR_AUTHENTICATION_FAILED\fP - failed, invalid username/password or public/private key. .SH SEE ALSO .BR libssh2_session_init_ex(3) diff --git a/docs/libssh2_userauth_password_ex.3 b/docs/libssh2_userauth_password_ex.3 index dc9e1083..03b90a11 100644 --- a/docs/libssh2_userauth_password_ex.3 +++ b/docs/libssh2_userauth_password_ex.3 @@ -51,7 +51,7 @@ Some of the errors this function may return include: \fILIBSSH2_ERROR_PASSWORD_EXPIRED\fP - -\fLIBSSH2_ERROR_AUTHENTICATION_FAILED\fP - failed, invalid username/password +\fILIBSSH2_ERROR_AUTHENTICATION_FAILED\fP - failed, invalid username/password or public/private key. .SH SEE ALSO .BR libssh2_session_init_ex(3)