s/\.NF/.nf/ to fix wrong macro name caught by man --warnings

This commit is contained in:
Mikhail Gusarov 2011-04-09 16:25:19 +02:00
parent 274fb2169c
commit aa07cdee9a

View File

@ -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,