Skip to content

Commit ead7000

Browse files
authored
Fix formatting in manual page (libssh2#667)
Fixed formatting of `LIBSSH2_ERROR_AUTHENTICATION_FAILED` in the errors section. credit: xalopp
1 parent 2a2aaed commit ead7000

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/libssh2_userauth_keyboard_interactive_ex.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ number, it isn't really a failure per se.
5252

5353
\fILIBSSH2_ERROR_SOCKET_SEND\fP - Unable to send data on socket.
5454

55-
\fLIBSSH2_ERROR_AUTHENTICATION_FAILED\fP - failed, invalid username/password
55+
\fILIBSSH2_ERROR_AUTHENTICATION_FAILED\fP - failed, invalid username/password
5656
or public/private key.
5757
.SH SEE ALSO
5858
.BR libssh2_session_init_ex(3)

docs/libssh2_userauth_password_ex.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Some of the errors this function may return include:
5151

5252
\fILIBSSH2_ERROR_PASSWORD_EXPIRED\fP -
5353

54-
\fLIBSSH2_ERROR_AUTHENTICATION_FAILED\fP - failed, invalid username/password
54+
\fILIBSSH2_ERROR_AUTHENTICATION_FAILED\fP - failed, invalid username/password
5555
or public/private key.
5656
.SH SEE ALSO
5757
.BR libssh2_session_init_ex(3)

0 commit comments

Comments
 (0)