diff options
Diffstat (limited to 'lib/libc/gen/pwcache.3')
-rw-r--r-- | lib/libc/gen/pwcache.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3 index dc8c77c..feb834d 100644 --- a/lib/libc/gen/pwcache.3 +++ b/lib/libc/gen/pwcache.3 @@ -32,7 +32,7 @@ .\" @(#)pwcache.3 8.1 (Berkeley) 6/9/93 .\" $FreeBSD$ .\" -.Dd June 9, 1993 +.Dd Dd March 22, 2002 .Dt PWCACHE 3 .Os .Sh NAME @@ -43,10 +43,10 @@ .Sh SYNOPSIS .In pwd.h .Ft const char * -.Fn user_from_uid "unsigned long uid" "int nouser" +.Fn user_from_uid "uid_t uid" "int nouser" .In grp.h .Ft const 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 |