git: 9front

Download patch

ref: 58a21e15bc6cb01ce1f306743d966d20b4e94a9c
parent: bf6de18b04f8ee318805da0bcb347c2c409de9f9
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Jan 25 02:40:52 EST 2015

auth(2): fix prototype for auth_getinfo() in manual page

--- a/sys/man/2/auth
+++ b/sys/man/2/auth
@@ -74,7 +74,7 @@
 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 @@
 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
--