diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-25 07:40:52 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-25 07:40:52 +0100 |
commit | 91d3af942aeb9f102f3799b848f1798cc23ee002 (patch) | |
tree | bc59aea0008831aa6c86386da1e1eb3e226ad572 /sys/man | |
parent | 3d4d5940498dabb2c7abca2acd23a7e8be83e565 (diff) |
auth(2): fix prototype for auth_getinfo() in manual page
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/2/auth | 4 |
1 files 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 |