summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pwcache.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-13 13:16:20 +0000
committerbde <bde@FreeBSD.org>1997-04-13 13:16:20 +0000
commit4cb656bbbf44413b0aa3c2fb129ebf346ce46418 (patch)
tree2b0d897f9a1b99a9d6b8473183bc86f2f7631dd6 /lib/libc/gen/pwcache.3
parente39250c28c1759d0a06f9e7dddf01ee1511770bd (diff)
downloadFreeBSD-src-4cb656bbbf44413b0aa3c2fb129ebf346ce46418.zip
FreeBSD-src-4cb656bbbf44413b0aa3c2fb129ebf346ce46418.tar.gz
Fixed #include and/or prototype bugs in synopsis.
Diffstat (limited to 'lib/libc/gen/pwcache.3')
-rw-r--r--lib/libc/gen/pwcache.37
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3
index 98fb1c4..e44b5ef 100644
--- a/lib/libc/gen/pwcache.3
+++ b/lib/libc/gen/pwcache.3
@@ -38,8 +38,11 @@
.Nm pwcache
.Nd cache password and group entries
.Sh SYNOPSIS
-.Fn user_from_uid "uid_t uid" "int nouser"
-.Fn group_from_gid "gid_t gid" "int nogroup"
+.Fd #include <stdlib.h>
+.Ft char *
+.Fn user_from_uid "unsigned long uid" "int nouser"
+.Ft char *
+.Fn group_from_gid "unsigned long gid" "int nogroup"
.Sh DESCRIPTION
.Pp
The
OpenPOWER on IntegriCloud