summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pwcache.3
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-02-19 00:05:59 +0000
committerimp <imp@FreeBSD.org>2002-02-19 00:05:59 +0000
commit60cc340d82f5a470fed8ad4fe6d885a215c0f2c6 (patch)
tree4d682fcb9116e7b87abdc334d07500b7f166fa9a /lib/libc/gen/pwcache.3
parent8818100b0fa5f9b2ff855015b36b15b9deb1726f (diff)
downloadFreeBSD-src-60cc340d82f5a470fed8ad4fe6d885a215c0f2c6.zip
FreeBSD-src-60cc340d82f5a470fed8ad4fe6d885a215c0f2c6.tar.gz
Fixed divots that I created when I moved prototypes of group_from_gid
and user_from_uid to grp.h and pwd.h. Update the man pages. Submitted by: David Malone Pointy hat to: imp
Diffstat (limited to 'lib/libc/gen/pwcache.3')
-rw-r--r--lib/libc/gen/pwcache.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3
index 0a8c2b0..eb2f9e0 100644
--- a/lib/libc/gen/pwcache.3
+++ b/lib/libc/gen/pwcache.3
@@ -41,9 +41,10 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.In stdlib.h
+.In pwd.h
.Ft char *
.Fn user_from_uid "unsigned long uid" "int nouser"
+.In grp.h
.Ft char *
.Fn group_from_gid "unsigned long gid" "int nogroup"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud