From aa07cdee9aca5c66cb17687c1fd140a360b6699d Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Sat, 9 Apr 2011 16:25:19 +0200 Subject: [PATCH] s/\.NF/.nf/ to fix wrong macro name caught by man --warnings --- docs/libssh2_userauth_publickey.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libssh2_userauth_publickey.3 b/docs/libssh2_userauth_publickey.3 index 31771af4..c84062f0 100644 --- a/docs/libssh2_userauth_publickey.3 +++ b/docs/libssh2_userauth_publickey.3 @@ -6,7 +6,7 @@ libssh2_userauth_publickey - authenticate using a callback function .SH SYNOPSIS #include -.NF +.nf int libssh2_userauth_publickey(LIBSSH2_SESSION *session, const char *user, const unsigned char *pubkeydata,