From 91d3af942aeb9f102f3799b848f1798cc23ee002 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 25 Jan 2015 07:40:52 +0100 Subject: auth(2): fix prototype for auth_getinfo() in manual page --- sys/man/2/auth | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/man/2/auth b/sys/man/2/auth index 773354d36..691671eb2 100644 --- a/sys/man/2/auth +++ b/sys/man/2/auth @@ -74,7 +74,7 @@ AuthInfo* auth_userpasswd(char*user, char*password); UserPasswd* auth_getuserpasswd(AuthGetkey *getkey, char*fmt, ...); .PP .B -AuthInfo* auth_getinfo(int fd); +AuthInfo* auth_getinfo(AuthRpc*); .SH DESCRIPTION .PP This library, in concert with @@ -370,7 +370,7 @@ typedef struct UserPasswd { reads an .B AuthInfo message from -.I fd +.I rpc and converts it into a structure. It is only used by the other routines in this library when communicating with -- cgit v1.2.3