X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/5b2abdfbf4211b6592cdd02b9507555a0ecbb04b..7c78c5292a74d7cc20fc03e02fbfc976e072f928:/gen/pwcache.3 diff --git a/gen/pwcache.3 b/gen/pwcache.3 index 42f2592..8a3d3ea 100644 --- a/gen/pwcache.3 +++ b/gen/pwcache.3 @@ -41,11 +41,12 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.In stdlib.h +.In pwd.h .Ft char * -.Fn user_from_uid "unsigned long uid" "int nouser" +.Fn user_from_uid "uid_t uid" "int nouser" +.In grp.h .Ft char * -.Fn group_from_gid "unsigned long gid" "int nogroup" +.Fn group_from_gid "gid_t gid" "int nogroup" .Sh DESCRIPTION The .Fn user_from_uid