Loading...
gen/pwcache.3 Libc-1725.40.4 Libc-262
--- Libc/Libc-1725.40.4/gen/pwcache.3
+++ Libc/Libc-262/gen/pwcache.3
@@ -41,12 +41,11 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
-.In pwd.h
+.In stdlib.h
 .Ft char *
-.Fn user_from_uid "uid_t uid" "int nouser"
-.In grp.h
+.Fn user_from_uid "unsigned long uid" "int nouser"
 .Ft char *
-.Fn group_from_gid "gid_t gid" "int nogroup"
+.Fn group_from_gid "unsigned long gid" "int nogroup"
 .Sh DESCRIPTION
 The
 .Fn user_from_uid