mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-25 03:41:57 +03:00
s/\.NF/.nf/ to fix wrong macro name caught by man --warnings
This commit is contained in:
@ -6,7 +6,7 @@ libssh2_userauth_publickey - authenticate using a callback function
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
#include <libssh2.h>
|
#include <libssh2.h>
|
||||||
|
|
||||||
.NF
|
.nf
|
||||||
int libssh2_userauth_publickey(LIBSSH2_SESSION *session,
|
int libssh2_userauth_publickey(LIBSSH2_SESSION *session,
|
||||||
const char *user,
|
const char *user,
|
||||||
const unsigned char *pubkeydata,
|
const unsigned char *pubkeydata,
|
||||||
|
Reference in New Issue
Block a user