diff options
author | ru <ru@FreeBSD.org> | 2005-11-23 15:44:42 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-11-23 15:44:42 +0000 |
commit | 906caa442cfcbefced56eaa4896a8986354ba07f (patch) | |
tree | 823a196bede43b731607c61449db74204d81a3fc /lib/libc/gen/pwcache.3 | |
parent | baae9ec4559c229811288e1ec38600eb4643389e (diff) | |
download | FreeBSD-src-906caa442cfcbefced56eaa4896a8986354ba07f.zip FreeBSD-src-906caa442cfcbefced56eaa4896a8986354ba07f.tar.gz |
Make SYNOPSIS compile after imp@'s changes.
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 |